Class LocationAttribute<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.solutionattribute.impl.GenericSolutionAttribute<S,Integer>
org.uma.jmetal.util.solutionattribute.impl.LocationAttribute<S>
Type Parameters:
S -
All Implemented Interfaces:
Serializable, SolutionAttribute<S,Integer>

public class LocationAttribute<S extends Solution<?>> extends GenericSolutionAttribute<S,Integer>
Assign to each solution in a solution list an attribute containing the position of the solutions in the list.
Author:
Antonio J. Nebro
See Also: