ade.population
module documentation
Part of ade
A Population
class and helpers.
What you'll need to be concerned with is mostly constructing an
instance, setting it up, and passing it to de.DifferentialEvolution
.
The constructor requires an evaluation function, parameter names, and
parameter bounds. You'll need to wait for the Deferred
that Population.setup
returns before proceeding.
Class | ParameterManager | I manage the digital DNA parameters of the evolving species. |
Class | ProbabilitySampler | Call an instance of me with a sequence of indices, sorted in ascending order of the SSE of the individual they point to, and a float version of randomBase to get a best-biased index sample. |
Class | Population | I contain a population of parameter-combination Individual
objects. |