Solution - public interface SolutionEvaluator<Solution>
SolutionEvaluator allows to evaluate a Solution on one or
several dimensions, in other words to compute its SolutionEvaluator.Objective values.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SolutionEvaluator.Objective<Solution,Value>
An
SolutionEvaluator.Objective represents the evaluation information of a set of
homogeneous Solutions (e.g. a population of solutions returned by
an Algorithm). |
| Modifier and Type | Method and Description |
|---|---|
Collection<SolutionEvaluator.Objective<Solution,?>> |
getObjectives() |
Collection<SolutionEvaluator.Objective<Solution,?>> getObjectives()
SolutionEvaluator.Objectives managed by this
SolutionEvaluatorCopyright © 2018. All rights reserved.