Class CgaAlgorithm

All Implemented Interfaces:
Algorithm<BitString>

public final class CgaAlgorithm extends RatioBasedEdaAlgorithm<BitString>
Dedicated compact-GA style driver with ratio-based elite selection.
  • Constructor Details

    • CgaAlgorithm

      public CgaAlgorithm(double selectionRatio)