Class MemoryEdaAlgorithm<G>

All Implemented Interfaces:
Algorithm<G>

public final class MemoryEdaAlgorithm<G> extends AdaptiveRatioEdaAlgorithm<G>
Memory-based dynamic EDA driver using EMA-smoothed improvement signal.
  • Constructor Details

    • MemoryEdaAlgorithm

      public MemoryEdaAlgorithm(double selectionRatio, double minRatio, double maxRatio, double memoryDecay, double targetImprovement, double adjustmentStep)
  • Method Details