OptimizationProgressEventArgs Properties |
The OptimizationProgressEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Evaluations |
Gets the number of function evaluations performed.
| |
Finished |
Gets or sets a value indicating whether the
optimization process is about to terminate.
| |
Gradient |
Gets the current gradient of the function being optimized.
| |
GradientNorm |
Gets the norm of the current Gradient.
| |
Iteration |
Gets the current iteration of the method.
| |
Solution |
Gets the current solution parameters for the problem.
| |
SolutionNorm |
Gets the norm of the current Solution.
| |
Step |
Gets the current step size.
| |
Tag |
An user-defined value associated with this object.
| |
Value |
Gets the value of the function to be optimized
at the current proposed Solution.
|