Uses of Class
xal.extension.solver.Objective
Packages that use Objective
Package
Description
-
Uses of Objective in xal.extension.jels.matcher
Subclasses of Objective in xal.extension.jels.matcherModifier and TypeClassDescriptionstatic classFields in xal.extension.jels.matcher with type parameters of type ObjectiveMethods in xal.extension.jels.matcher that return types with arguments of type Objective -
Uses of Objective in xal.extension.solver
Fields in xal.extension.solver declared as ObjectiveModifier and TypeFieldDescriptionprotected final ObjectiveScore.objectiveDescription of the FieldFields in xal.extension.solver with type parameters of type ObjectiveModifier and TypeFieldDescriptionProblem.objectivesThe objectives we are trying to optimize.Trial.objectiveScorestable of objective scoresMethods in xal.extension.solver that return ObjectiveMethods in xal.extension.solver that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionProblem.getObjectives()Get the list of objectives.Trial.getScores()Get the scores keyed by objectiveMethods in xal.extension.solver with parameters of type ObjectiveModifier and TypeMethodDescriptionvoidProblem.addObjective(Objective anObjective) Adds an Objective to objectiveList.doubleTrial.getSatisfaction(Objective objective) Get the satisfaction for a specific objective.Get the score corresponding to the specified objective.voidSet the scores of a trial point.Method parameters in xal.extension.solver with type arguments of type ObjectiveModifier and TypeMethodDescriptionvoidProblem.setObjectives(List<? extends Objective> objectives) Set the objectives.Constructors in xal.extension.solver with parameters of type ObjectiveModifierConstructorDescriptionCreates a new instance of Score.Constructor parameters in xal.extension.solver with type arguments of type ObjectiveModifierConstructorDescriptionConstruct 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. -
Uses of Objective in xal.extension.solver.solutionjudge
Fields in xal.extension.solver.solutionjudge with type parameters of type ObjectiveMethods in xal.extension.solver.solutionjudge with parameters of type Objective