package
0.0.0-20240123023529-1f0185d42705
Repository: https://github.com/mwillfox/go-eq-gen.git
Documentation: pkg.go.dev
# Functions
NewASTSolver initializes and returns a new ASTSolver.
NewByteGene initializes and returns a new ByteGene from a byte.
NewPopulation initializes and returns a new population with the given size from random data.
NewStringGene initializes and returns a new StringGene from a string.
NewStringGeneFromByte initializes and returns a new StringGene from a byte.
NewStringGenotype initializes and returns a new StringGenotype with random data.
# Constants
ChromosomeLength is the number of Genes contained in each Chromosome.
GeneLength is the number of bits that represent a gene string.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringGenotype contains a Chromosome made up of StringGenes - a list of genes that make up a potential solution to a problem.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author