#include "freAmoebaSOOptimizerController.h"#include "freExceptions.h"

Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Functions | |
| FREE::DefineParameterMacro (AmoebaSOOptimizerController, AutoInitialSimplex,"AutoInitialSimplex","Determines if the optimizer uses a small default simplex, SimplexDelta will be ignored.") | |
| FREE::DefineParameterMacro (AmoebaSOOptimizerController, SimplexDelta,"SimplexDelta","Starting size of the simplex") | |
| FREE::DefineParameterMacro (AmoebaSOOptimizerController, ParamConvTolerance,"ParamConvTolerance","Parameter convergence tolerance is the simplex diameter treshold. Optimation stopps if when the simplex diameter and the function convergence falls below their tresholds.") | |
| FREE::DefineParameterMacro (AmoebaSOOptimizerController, FunctConvTolerance,"FunctConvTolerance","Function convergence tolerance is the function convergence treshold. Optimation stopps if when the simplex diameter and the function convergence falls below their tresholds.") | |
1.5.3 written by Dimitri van Heesch,
© 1997-2000