Class: CheckStrategy
- Inherits:
-
Object
- Object
- CheckStrategy
- Defined in:
- lib/gimuby/genetic/solution/check_strategy/check_strategy.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#check(solution_representation) ⇒ Object
4 5 6 |
# File 'lib/gimuby/genetic/solution/check_strategy/check_strategy.rb', line 4 def check(solution_representation) raise NotImplementedError end |