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