Module: Autotuner::Heuristics
- Included in:
- Autotuner
- Defined in:
- lib/autotuner/heuristics.rb
Constant Summary collapse
- HEURISTICS =
Heuristic::Base.subclasses.freeze
- SUPPORTED_HEURISTICS =
HEURISTICS.dup.keep_if(&:supported?).freeze
Instance Method Summary collapse
Instance Method Details
#supported_heuristics ⇒ Object
8 9 10 |
# File 'lib/autotuner/heuristics.rb', line 8 def supported_heuristics SUPPORTED_HEURISTICS end |