Interface ProbabilityIterator


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

    • getNextProbability

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

      boolean isStablised()