Class UmdaAlgorithm

All Implemented Interfaces:
Algorithm<BitString>

public final class UmdaAlgorithm extends RatioBasedEdaAlgorithm<BitString>
Dedicated UMDA discrete driver.

Uses ratio-based elite selection with a factorized Bernoulli-style model in typical configurations.

  • Constructor Details

    • UmdaAlgorithm

      public UmdaAlgorithm(double selectionRatio)