class NewGenerationStrategy
Public Instance Methods
reproduce(solution1, solution2)
click to toggle source
Output an array of solution representations
# File lib/gimuby/genetic/solution/new_generation_strategy/new_generation_strategy.rb, line 5 def reproduce(solution1, solution2) raise NotImplementedError end