Solution - Value - public static interface SolutionEvaluator.Objective<Solution,Value> extends DescribedEntity
SolutionEvaluator.Objective represents the evaluation information of a set of
homogeneous Solutions (e.g. a population of solutions returned by
an Algorithm). For instance, an Algorithm used to solve a
TSP problem would manage a whole population of Solutions, each
representing a different path, and an SolutionEvaluator.Objective would represent a
type of information which evaluates these Solutions, like the
length of the path, the time needed to travel through this path, or the
amount of fuel consumed.| Modifier and Type | Method and Description |
|---|---|
Value |
get(Solution solution) |
getDescription, getNameValue get(Solution solution)
solution - the Solution to readValue of the SolutionEvaluator.Objective for this
SolutionCopyright © 2017. All rights reserved.