Interface ProbabilityIterator


  • public interface ProbabilityIterator
    A function for obtaining probabilities (that may change over time)
    Author:
    Matthew Goode
    • Method Detail

      • getNextProbability

        double getNextProbability​(double currentBest,
                                  double testValue,
                                  boolean maximising)
      • isStablised

        boolean isStablised()