Class AbstractSolution<T>

java.lang.Object
org.uma.jmetal.solution.AbstractSolution<T>
All Implemented Interfaces:
Serializable, Solution<T>
Direct Known Subclasses:
CharSequenceSolution, CompositeSolution, DefaultBinarySolution, DefaultDoubleSolution, DefaultIntegerSolution, IntegerPermutationSolution

public abstract class AbstractSolution<T> extends Object implements Solution<T>
Abstract class representing a generic solution
Author:
Antonio J. Nebro
See Also: