public interface Probability
Modifier and Type | Interface and Description |
---|---|
static class |
Probability.Constant
Implementation that yields a constant (and hence independent) probability.
|
static class |
Probability.ReactionProbability
Implementation for the reaction probability for the autocatalytic network creation.
|
Modifier and Type | Method and Description |
---|---|
double |
getProb(int l1,
int l2)
Gets the probability depending on two integers.
|
Copyright © 2007–2021. All rights reserved.