geneticengine.representations.api
Attributes
Classes
Module Contents
- geneticengine.representations.api.g
- geneticengine.representations.api.p
- class geneticengine.representations.api.Representation
-
- abstractmethod create_genotype(random, **kwargs)
- Parameters:
- Return type:
g
- abstractmethod genotype_to_phenotype(genotype)
- Parameters:
genotype (g)
- Return type:
p
- class geneticengine.representations.api.RepresentationWithMutation
Bases:
Generic[g]- abstractmethod mutate(random, genotype, **kwargs)
- Parameters:
genotype (g)
- Return type:
g