#include "freAmoebaOptimizerController.h"#include "freExceptions.h"#include "freTransformSetupAdaptor.h"

Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Functions | |
| FREE::DefineParameterMacro (AmoebaOptimizerController, AutoInitialSimplex,"AutoInitialSimplex","Determines if the optimizer uses a small default simplex, SimplexDelta will be ignored.") | |
| FREE::DefineParameterMacro (AmoebaOptimizerController, SimplexDelta,"SimplexDelta","Starting size of the simplex") | |
| FREE::DefineParameterMacro (AmoebaOptimizerController, 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 (AmoebaOptimizerController, 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