Package pal.algorithmics
Interface ProbabilityIterator
-
public interface ProbabilityIterator
A function for obtaining probabilities (that may change over time)- Author:
- Matthew Goode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ProbabilityIterator.Factory
static class
ProbabilityIterator.Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getNextProbability(double currentBest, double testValue, boolean maximising)
boolean
isStablised()
-