#include "frePowellSOOptimizerController.h"#include "freExceptions.h"

Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Functions | |
| FREE::DefineParameterMacro (PowellSOOptimizerController, MaximumLineIteration,"MaximumLineIteration","Maximum number of line search iterations.") | |
| FREE::DefineParameterMacro (PowellSOOptimizerController, StepLength,"StepLength","StepLength for the (scaled) spacing of the sampling of parameter space while bracketing the extremum") | |
| FREE::DefineParameterMacro (PowellSOOptimizerController, StepTolerance,"StepTolerance","Once the local extreme is known to be within this distance of the current parameter values, optimization terminates.") | |
| FREE::DefineParameterMacro (PowellSOOptimizerController, ValueTolerance,"ValueTolerance","Once this current cost function value is known to be within this tolerance of the cost function value at the local extreme, optimization terminates.") | |
1.5.3 written by Dimitri van Heesch,
© 1997-2000