Genome

Description for class Genome:

The Genome class is a subclass of Data which allows its subclasses to be manipulated with genetic operators such as crossover and mutation. This class is primarily used in conjunction with genetic algorithms and artificial life simulations.

As with its parent class, Data, the Genome class is incomplete and experimental. The API is subject to change in future releases.

Inherits from Data

Full API documentation for the class Genome: