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 interfacestatic class -
Method Summary
Modifier and TypeMethodDescriptiondoublegetNextProbability(double currentBest, double testValue, boolean maximising) boolean
-
Method Details
-
getNextProbability
double getNextProbability(double currentBest, double testValue, boolean maximising) -
isStablised
boolean isStablised()
-