Click or drag to resize

ActiveSetSequentialQuadraticProgrammingOptimizer Methods

The ActiveSetSequentialQuadraticProgrammingOptimizer type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides ParameterOptimizerClone(CopyContext).)
Public methodComputeNextStep
Computes the next optimization step that this parameter optimizer should take.
(Overrides SequentialQuadraticProgrammingOptimizerComputeNextStep(Double, Matrix, ParameterOptimizerIterationResults, ITrackCalculationProgress).)
Public methodConvergenceCheck
Determines whether the optimizer converged or not.
(Overrides SequentialQuadraticProgrammingOptimizerConvergenceCheck(OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionResults).)
Public methodDispose
Releases any resources associated with this instance.
(Inherited from ParameterOptimizer.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindSolution(Int32)
Optimizes the Function. By default, the results of every iteration will be stored.
(Inherited from ParameterOptimizer.)
Public methodFindSolution(Int32, Boolean)
Optimizes the Function.
(Inherited from ParameterOptimizer.)
Public methodFindSolution(Int32, Boolean, ITrackCalculationProgress)
Optimizes the Function.
(Inherited from SequentialQuadraticProgrammingOptimizer.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReset
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.)
Public methodStatic memberSolveLagrangianDerivativeEquation
Solves for the Lagrange multipliers and derivatives of the Lagrangian using the cost function, equality errors, active inequality errors, and the gradients of each with respect to the variables.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateHessian
Uses a damped Broyden-Fletcher-Goldfarb-Shanno (BFGS) quasi-Newton update to update the Hessian matrix.
Top
See Also