Package cern.accsoft.steering.jmad.domain.result.match.methods
-
Interface Summary Interface Description MatchMethod this is the general type of a method for matching in madx. -
Class Summary Class Description AbstractMatchMethod the most general form of a match methodMatchMethodJacobian The JACOBIAN command minimises the penalty function calculating the Jacobian and solving the linear problem.MatchMethodLmdif 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.MatchMethodMigrad The MIGRAD command minimizes the penalty function using the numerical derivatives of the sum of squaresMatchMethodSimplex The SIMPLEX Method minimizes the penalty function by the simplex method -
Enum Summary Enum Description MatchMethod.AlgorithmType Available MadX supported matching algorithms which define the Type of theMatchMethod