Method: EvoSynth::Mutations::EfficientBinaryMutation#probability
- Defined in:
- lib/evosynth/operators/mutations/efficient_binary_mutation.rb
#probability ⇒ Object
Each gene is flipped with this probability (should be between 0 and 1)
38 39 40 |
# File 'lib/evosynth/operators/mutations/efficient_binary_mutation.rb', line 38 def probability @probability end |