Type Alias GeneticSearchReferenceConfig

GeneticSearchReferenceConfig: { reference: PhenomeRow; weights: PhenomeRow }

The configuration for a ReferenceLossFitnessStrategy.

This configuration is used to define the reference row and the weights for a reference loss fitness strategy.

Type declaration

  • Readonlyreference: PhenomeRow

    The reference row of phenome used to calculate the fitness of the population.

  • Readonlyweights: PhenomeRow

    The weights used to calculate the fitness of the population.