Method: EvoSynth::Mutations::GaussMutation#to_s

Defined in:
lib/evosynth/operators/mutations/gauss_mutation.rb

#to_sObject



58
59
60
# File 'lib/evosynth/operators/mutations/gauss_mutation.rb', line 58

def to_s
	"gauss mutation <sigma: #{@sigma}, lower bound: #{@lower_bound}, upper_bound: #{@upper_bound}>"
end