.. _method-coliny_ea-mutation_rate: """"""""""""" mutation_rate """"""""""""" Set probability of a mutation .. toctree:: :hidden: :maxdepth: 1 **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.