Class DefaultBinarySolution

java.lang.Object
org.uma.jmetal.solution.AbstractSolution<BinarySet>
org.uma.jmetal.solution.binarysolution.impl.DefaultBinarySolution
All Implemented Interfaces:
Serializable, BinarySolution, Solution<BinarySet>

public class DefaultBinarySolution extends AbstractSolution<BinarySet> implements BinarySolution
This defines an implementation of a binary solution. These solutions are composed of a number of variables containing BinarySet objects.
Author:
Antonio J. Nebro
See Also: