Solution - Value - public static interface SolutionBuilder.Variable<Solution,Value> extends DescribedEntity
SolutionBuilder.Variable represents the fundamental 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 a SolutionBuilder.Variable would represent a
type of information which defines these Solutions, like the path
they represent or something more fine grained like the ith
city.| Modifier and Type | Method and Description |
|---|---|
Value |
get(Solution solution) |
getDescription, getNameValue get(Solution solution)
solution - the Solution to readValue of the SolutionBuilder.Variable for this
SolutionCopyright © 2017. All rights reserved.