INumericalOptimization Interface |
Namespace: FinMath.NumericalOptimization
public interface INumericalOptimization
The INumericalOptimization type exposes the following members.
Name | Description | |
---|---|---|
IterationsDone |
Number of iterations done.
| |
IterationsLimit |
Maximum number of iterations allowed, a positive integer.
| |
MinimumPoint |
Minimum point of objective function.
| |
MinimumValue |
Minimum value of objective function.
| |
Status |
Status of algorithm termination.
| |
Tolerance |
Algorithm termination tolerance, a positive scalar.
|
Name | Description | |
---|---|---|
Minimize |
Finds minimum of constrained multivariable function.
| |
Minimize(Vector) |
Finds minimum of constrained multivariable function.
|
Name | Description | |
---|---|---|
LogMessage |
An event that occures every time the INumericalOptimization
wants to send a log message.
|