Click or drag to resize

AnnealingMinimizer Methods

The AnnealingMinimizer type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this AnnealingMinimizer.
Public methodMinimize(DoubleFunctional, DoubleVector) Minimizes the given function using the annealing schedule currently associated with this minimizer.
Public methodMinimize(MultiVariableFunction, DoubleVector)Obsolete.
Minimizes the given function using the annealing schedule currently associated with this minimizer.
Public methodOnDeserialized Restores historySerialized, points history to historySerialized, and clears historySerialized
Public methodOnSerialized Clear temp serialization var
Public methodOnSerializing Conditionally store history. If keep history, then set historySerialized (which is serialized) equal to history_ (which is not serialized)
Top
See Also