Struct programinduction::pcfg::GeneticParams
[−]
[src]
pub struct GeneticParams {
pub max_crossover_depth: u32,
pub mutation_point: f64,
pub mutation_subtree: f64,
pub mutation_reproduction: f64,
}Parameters for PCFG genetic programming (GP).
Values for each mutation_ field should be probabilities that sum to 1. Every mutation will
randomly select one of these variants.
Fields
max_crossover_depth: u32
mutation_point: f64
mutation_subtree: f64
mutation_reproduction: f64