Package org.uma.jmetal.solution
Interface Solution<T>
- Type Parameters:
T- Type (Double, Integer, etc.)
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
BinarySolution,DoubleSolution,IntegerSolution,PermutationSolution<T>,SequenceSolution<T>
- All Known Implementing Classes:
AbstractSolution,CharSequenceSolution,CompositeSolution,DefaultBinarySolution,DefaultDoubleSolution,DefaultIntegerSolution,IntegerPermutationSolution,PointSolution
Interface representing a Solution
- Author:
- Antonio J. Nebro
-
Method Summary
-
Method Details
-
variables
-
objectives
double[] objectives() -
constraints
double[] constraints() -
attributes
-
copy
-