dnadna

Top-level dnadna package.

Module Attributes

DEFAULTS_DIR

Directory in which to find default config files.

BUILTIN_PLUGINS

List all internal modules that provide a Pluggable class.

Exceptions

DNADNAWarning

Warning class for all warnings from DNADNA.

dnadna.BUILTIN_PLUGINS = ['dnadna.nets', 'dnadna.optim', 'dnadna.simulator', 'dnadna.transforms']

List all internal modules that provide a Pluggable class.

These modules must be imported when providing dynamic plugin discovery by pluggable interface name (e.g. listing all network names, including networks provided by third-party plugins).

dnadna.DEFAULTS_DIR = '/builds/mlgenetics/dnadna/dnadna/defaults'

Directory in which to find default config files.

exception dnadna.DNADNAWarning[source]

Bases: UserWarning

Warning class for all warnings from DNADNA.