Returns a new instance of Evolver.
14 15 16 17
# File 'lib/rubyneat/evolver.rb', line 14 def initialize(c) super @critter_op = CritterOp.new self end