pyevolve
– the main pyevolve namespace¶
This is the main module of the pyevolve, every other module
is above this namespace, for example, to import Mutators
:
>>> from pyevolve import Mutators
General Modules¶
Contents:
Consts
– constants module- General constants
- Selection methods constants (
Selectors
) - Scaling scheme constants (
Scaling
) - Population constants (
GPopulation.GPopulation
) - 1D Binary String Defaults (
G1DBinaryString.G1DBinaryString
) - 2D Binary String Defaults (
G2DBinaryString.G2DBinaryString
) - 1D List chromosome constants (
G1DList.G1DList
) - Tree chromosome constants (
GTree.GTree
) - 2D List chromosome constants (
G2DList.G2DList
) - GA Engine constants (
GSimpleGA.GSimpleGA
) - DB Adapters constants (
DBAdapters
) - Migration Constants (
Migration
)
Util
– utility moduleNetwork
– network utility moduleMigration
– the migration schemes, distributed GAInteraction
– interaction moduleDBAdapters
– database adapters for statisticsFunctionSlot
– function slots moduleStatistics
– statistical structure module