Method: Wallace::Operators::UniformMutationOperator#probability
- Defined in:
- lib/operators/uniform_mutation_operation.rb
#probability ⇒ Object
Allow the mutation probability to be dynamically adjusted.
6 7 8 |
# File 'lib/operators/uniform_mutation_operation.rb', line 6 def probability @probability end |