Welcome - Cambio version of robmin

  1. Robust Optimization.ppt is a power point presentation about the algorithm.
  2. Robmin.doc .htm discusses critical parts of the robmin procedure that have slightly changed.
  3. The unit uRobMin.pas is the routine currently used in Cambio.
  4. The subroutine robmin.for is similar and used for Fortran tests of the Cambio procedures (robfit\TemplFit\Welcome.doc .htm)
  5. The code mprobm.for is ready for Bailey’s version of multiple precision.  MultiplePrecision\bailey\Welcome.htm
  6. 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.