pal.algorithmics
Interface ProbabilityIterator


public interface ProbabilityIterator

A function for obtaining probabilities (that may change over time)

Author:
Matthew Goode

Nested Class Summary
static interface ProbabilityIterator.Factory
           
static class ProbabilityIterator.Utils
           
 
Method Summary
 double getNextProbability(double currentBest, double testValue, boolean maximising)
           
 boolean isStablised()
           
 

Method Detail

getNextProbability

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

isStablised

boolean isStablised()