mutation_rate

Set probability of a mutation

Specification

  • Alias: None

  • Arguments: REAL

  • Default: 1.0

Description

The mutation_rate controls the probability of mutation being performed on an individual, both for new individuals generated by crossover (if crossover occurs) and for individuals from the existing population. It is the fraction of trial points that are mutated in a given iteration and therefore must be specified to be between 0 and 1.