Welcome - Cambio version of robmin
- Robust Optimization.ppt is a power
point presentation about the algorithm.
- Robmin.doc
.htm discusses critical parts of the robmin
procedure that have slightly changed.
- The unit uRobMin.pas is the routine currently used in
Cambio.
- The subroutine robmin.for is similar and used for Fortran tests of
the Cambio procedures (robfit\TemplFit\Welcome.doc
.htm)
- The code mprobm.for is ready for Bailey’s version of multiple
precision. MultiplePrecision\bailey\Welcome.htm
- 10/8/2009 A revised version of Robmin ..\RobminSA\uRobMin.pas
is undergoing testing ..\RobminSA\Welcome.doc
.htm.
The new code has an improved brack procedure in which an unsuccessful l
is always used at the starting value for the next iteration ..\BracketRM2.doc .htm.
However, the main difference is that the new procedure uses a BlockWrite
and BlockRead to recover previous values rather than saving them in a
global array. The new code also
uses dynamic dimensioning – SetLength so that it is much smaller than the
previous procedure.