Package xal.extension.jels.matcher
Class MinimiseOscillationsEvaluator.MinimizeOscillationsObjective
java.lang.Object
xal.extension.solver.Objective
xal.extension.jels.matcher.MinimiseOscillationsEvaluator.MinimizeOscillationsObjective
- Enclosing class:
- MinimiseOscillationsEvaluator
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSeq()
double
satisfaction
(double score) Determines how satisfied the user is with the specified value for this objective.
-
Constructor Details
-
MinimizeOscillationsObjective
-
-
Method Details
-
getSeq
-
satisfaction
public double satisfaction(double score) Description copied from class:Objective
Determines how satisfied the user is with the specified value for this objective.- Specified by:
satisfaction
in classObjective
- Parameters:
score
- The value associated with this objective for a particular trial- Returns:
- the user satisfaction for the specified value
-