class CheckStrategy
Public Instance Methods
check(solution_representation)
click to toggle source
# File lib/gimuby/genetic/solution/check_strategy/check_strategy.rb, line 4 def check(solution_representation) raise NotImplementedError end