SequentialQuadraticProgrammingOptimizer Methods |
The SequentialQuadraticProgrammingOptimizer type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Inherited from ParameterOptimizer.) | |
ComputeNextStep |
Computes the next optimization step that this parameter optimizer should take.
| |
ConvergenceCheck |
Determines whether the optimizer converged or not.
| |
Dispose |
Releases any resources associated with this instance.
(Inherited from ParameterOptimizer.) | |
Dispose(Boolean) |
Releases any resources associated with this instance.
(Inherited from ParameterOptimizer.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindSolution(Int32) |
Optimizes the Function. By default, the results of every iteration will be stored.
(Inherited from ParameterOptimizer.) | |
FindSolution(Int32, Boolean) |
Optimizes the Function.
(Inherited from ParameterOptimizer.) | |
FindSolution(Int32, Boolean, ITrackCalculationProgress) |
Optimizes the Function.
(Overrides ParameterOptimizerFindSolution(Int32, Boolean, ITrackCalculationProgress).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Resets the ParameterOptimizer by setting the LastRunsResults to
and the CurrentIteration to zero. This method should be
called in any derived version.
(Inherited from ParameterOptimizer.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |