Uses of Interface
xal.extension.solver.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in xal.extension.jels.matcher
Classes in xal.extension.jels.matcher that implement EvaluatorModifier and TypeClassDescriptionclass
class
class
-
Uses of Evaluator in xal.extension.solver
Fields in xal.extension.solver declared as EvaluatorModifier and TypeFieldDescriptionprotected Evaluator
Problem.evaluator
The user provided object which evaluates the trial solutions.Methods in xal.extension.solver that return EvaluatorMethods in xal.extension.solver with parameters of type EvaluatorModifier and TypeMethodDescriptionvoid
Problem.setEvaluator
(Evaluator anEvaluator) Set the evaluator to use in scoring the trial points.Constructors in xal.extension.solver with parameters of type EvaluatorModifierConstructorDescriptionConstruct a problem using an objective list, variable list, and an evaluator.Problem
(List<Objective> objectives, List<Variable> variables, Evaluator evaluator, List<Constraint> constraints, List<Hint> hints) Construct a problem using an objective list, variable list, constraint list, hint list, and an evaluator.