Class DiversityBooleanFraction

java.lang.Object
org.opt4j.operator.diversity.DiversityBooleanFraction
All Implemented Interfaces:
Operator<BooleanGenotype>, Diversity<BooleanGenotype>, DiversityBoolean

public class DiversityBooleanFraction extends Object implements DiversityBoolean
The DiversityBooleanFraction calculates the Diversity between two BooleanGenotypes by calculating the fraction of different vector entries.
  • Constructor Details

    • DiversityBooleanFraction

      public DiversityBooleanFraction()
  • Method Details