public interface ProbabilityIterator
Modifier and Type | Interface | Description |
---|---|---|
static interface |
ProbabilityIterator.Factory |
|
static class |
ProbabilityIterator.Utils |
Modifier and Type | Method | Description |
---|---|---|
double |
getNextProbability(double currentBest,
double testValue,
boolean maximising) |
|
boolean |
isStablised() |