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 ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getNextProbability
(double currentBest, double testValue, boolean maximising) boolean
-
Method Details
-
getNextProbability
double getNextProbability(double currentBest, double testValue, boolean maximising) -
isStablised
boolean isStablised()
-