Interface SolutionAttribute<S,V>

All Superinterfaces:
Serializable
All Known Subinterfaces:
DensityEstimator<S>
All Known Implementing Classes:
DirScore, DistanceToSolutionListAttribute, Fitness, GenericSolutionAttribute, HypervolumeContributionAttribute, LocationAttribute, NumberOfViolatedConstraints, OverallConstraintViolation, PreferenceDistance, SolutionTextRepresentation, SpatialSpreadDeviation

@Deprecated public interface SolutionAttribute<S,V> extends Serializable
Deprecated.
Attributes allows to extend the solution classes to incorporate data required by operators or algorithms manipulating them.
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Method Details

    • setAttribute

      void setAttribute(S solution, V value)
      Deprecated.
    • getAttribute

      V getAttribute(S solution)
      Deprecated.
    • getAttributeIdentifier

      Object getAttributeIdentifier()
      Deprecated.