Class: CheckStrategy

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

Instance Method Summary collapse

Instance Method Details

#check(solution_representation) ⇒ Object

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/gimuby/genetic/solution/check_strategy/check_strategy.rb', line 4

def check(solution_representation)
  raise NotImplementedError
end