Class RandomImmigrantsEdaAlgorithm<G>

All Implemented Interfaces:
Algorithm<G>

public final class RandomImmigrantsEdaAlgorithm<G> extends AdaptiveRatioEdaAlgorithm<G>
Dynamic EDA driver that injects random immigrants after each iteration.
  • Constructor Details

    • RandomImmigrantsEdaAlgorithm

      public RandomImmigrantsEdaAlgorithm(double selectionRatio, double minRatio, double maxRatio, double immigrantRatio, int minImmigrants)
  • Method Details