|
override void | Minimize (TargetFunction targetFunction, List< Vector< double >> initialValues, int maxIterations) |
| minimizes function using the version of NM algorithm given on Wikipedia More...
|
|
delegate void | OptimizationCallback (Vector< double > param, double functionValue, int percentComplete, bool finished) |
|
delegate double | TargetFunction (Vector< double > x) |
|
|
OptimizationCallback | Callback [get, set] |
|
int | StartIteration [get, set] |
|
Vector< double > | ArgMin [get, protected set] |
|
double | Minimum [get, protected set] |
|
List< Evaluation > | Evaluations [get, protected set] |
|
◆ Minimize()
override void CronoSeries.TimeSeries.Miscellaneous.NelderMead.Minimize |
( |
TargetFunction |
targetFunction, |
|
|
List< Vector< double >> |
initialValues, |
|
|
int |
maxIterations |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- TimeSeries/Miscellaneous/NelderMead.cs