#include "freExhaustiveSOOptimizerController.h"#include "freExceptions.h"#include "freTransformSetupAdaptor.h"

Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Functions | |
| FREE::DefineParameterMacro (ExhaustiveSOOptimizerController, StepLength,"StepLength","Determines the basic step length of the optimizer along every search axis.") | |
| FREE::DefineParameterMacro (ExhaustiveSOOptimizerController, NumberOfSteps,"NumberOfSteps","Number of steps to the left and to the right of the initial value along the search axis.") | |
| FREE::DefineParameterMacro (ExhaustiveSOOptimizerController, ParameterAxis,"ParameterAxis","Indicates the search axis a parameter belongs to.") | |
| FREE::DefineParameterMacro (ExhaustiveSOOptimizerController, LogarithmicAxis,"LogarithmicAxis","Indicates if the axis will be searched linear (flase) or logarithmic (true).") | |
| FREE::DefineParameterMacro (ExhaustiveSOOptimizerController, MinimumIsBest,"MinimumIsBest","Indicates if the best result found by the search is the maximum finding or minimum.") | |
1.5.3 written by Dimitri van Heesch,
© 1997-2000