Class MatchMethodSimplex
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.result.match.methods.AbstractMatchMethod
-
- cern.accsoft.steering.jmad.domain.result.match.methods.MatchMethodSimplex
-
- All Implemented Interfaces:
MatchMethod
public class MatchMethodSimplex extends AbstractMatchMethod
The SIMPLEX Method minimizes the penalty function by the simplex method
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cern.accsoft.steering.jmad.domain.result.match.methods.MatchMethod
MatchMethod.AlgorithmType
-
-
Constructor Summary
Constructors Constructor Description MatchMethodSimplex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchMethod.AlgorithmType
getAlgorithmType()
-
Methods inherited from class cern.accsoft.steering.jmad.domain.result.match.methods.AbstractMatchMethod
getCalls, getTolerance, setCalls, setTolerance
-
-
-
-
Method Detail
-
getAlgorithmType
public MatchMethod.AlgorithmType getAlgorithmType()
- Returns:
- the
MatchMethod.AlgorithmType
of the MatchMethod
-
-