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

public interface Solution<T> extends Serializable
Interface representing a Solution
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Method Details

    • variables

      List<T> variables()
    • objectives

      double[] objectives()
    • constraints

      double[] constraints()
    • attributes

      Map<Object,Object> attributes()
    • copy

      Solution<T> copy()