Package | Description |
---|---|
fern.network.creation | |
fern.tools.functions |
Constructor and Description |
---|
AutocatalyticNetwork(char[] monomers,
Probability createProb,
Probability catProb,
int maxLength)
Creates the autocatalytic network from given monomers, reaction probability, catalysis
probability up to a given polymer length.
|
AutocatalyticNetwork(char[] monomers,
Probability createProb,
Probability catProb,
int maxLength,
boolean useFastMethod)
Creates the autocatalytic network from given monomers, reaction probability, catalysis
probability up to a given polymer length. useDefault should usually set to true unless you want
to evolve really huge networks.
|
Modifier and Type | Class 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.
|
Copyright © 2007–2021. All rights reserved.