procedure Recalculate;
Triggers TMtxOptimization recalculation.
Result: stored in self (calling object)
Remarks:
Triggers TMtxOptimization recalculation. After the Recalculate call the TMtxOptimization.Dirty property is set to false.
The results are stored to:
- TMtxOptimization.MinValue : RealFunction, evaluated at minimum.
- TMtxOptimization.VariableParameters : minimum position.
- TMtxOptimization.Iterations: Number of iterations needed to reach specified (TMtxOptimization.Tolerance property) minimum precision.
- TMtxOptimization.InverseHess : Inverse Hessian matrix (returned only by BFGS, ConjGrad and Marquardt methods).
- TMtxOptimization.StopReason: Why did the optimization algorithm stop?