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