Class: NewGenerationStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/gimuby/genetic/solution/new_generation_strategy/new_generation_strategy.rb

Instance Method Summary collapse

Instance Method Details

#reproduce(solution1, solution2) ⇒ Object

Output an array of solution representations

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/gimuby/genetic/solution/new_generation_strategy/new_generation_strategy.rb', line 5

def reproduce(solution1, solution2)
  raise NotImplementedError
end