BaseOptimizationMethod Properties |
The BaseOptimizationMethod type exposes the following members.
Name | Description | |
---|---|---|
Function |
Gets or sets the function to be optimized.
| |
NumberOfVariables |
Gets the number of variables (free parameters)
in the optimization problem.
| |
Solution |
Gets the current solution found, the values of
the parameters which optimizes the function.
| |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
| |
Value |
Gets the output of the function at the current Solution.
|