Method: Longjing::Search::Base#initialize
- Defined in:
- lib/longjing/search/base.rb
#initialize ⇒ Base
Returns a new instance of Base.
11 12 13 14 15 |
# File 'lib/longjing/search/base.rb', line 11 def initialize @t = Time.now @statistics = Statistics.new reset_best_heuristic end |