TrustRegionReflectiveOptimizer Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FindMinimum Runs the Levenberg-Marquardt algorithm and returns the result.
(Inherited from LeastSquaresOptimizer)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetSymbolicObjectiveFunction(Expression<Func<Vector<Double>, Double>>[]) Sets the objective function as a list of symbolic expressions.
(Inherited from LeastSquaresOptimizer)
SetSymbolicObjectiveFunction(IList<Expression<Func<Vector<Double>, Double>>>) Sets the objective function as a list of symbolic expressions.
(Inherited from LeastSquaresOptimizer)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also