next up previous contents index
Next: MIGRAD, Gradient Minimisation Up: Matching Methods Previous: Matching Methods   Contents   Index


LMDIF, Gradient Minimisation

The LMDIF command minimises the sum of squares of the constraint functions using their numerical derivatives:

LMDIF,CALLS=integer,TOLERANCE=real;
It is the fastest minimisation method available in MAD. The command has two attributes:
CALLS The maximum number of calls to the penalty function (default: 1000).
TOLERANCE The desired tolerance for the minimum (default: \(10^{-6}\)).
Example:

LMDIF,CALLS=2000,TOLERANCE=1.0E-8;



MAD User Guide, http://wwwslap.cern.ch/mad/