Class: Biopsy::TabuSearch::Thread
- Inherits:
-
Struct
- Object
- Struct
- Biopsy::TabuSearch::Thread
- Defined in:
- lib/biopsy/optimisers/tabu_search.rb
Instance Attribute Summary collapse
-
#backtracks ⇒ Object
Returns the value of attribute backtracks.
-
#best ⇒ Object
Returns the value of attribute best.
-
#best_history ⇒ Object
Returns the value of attribute best_history.
-
#current ⇒ Object
Returns the value of attribute current.
-
#current_hood ⇒ Object
Returns the value of attribute current_hood.
-
#distributions ⇒ Object
Returns the value of attribute distributions.
-
#iterations_since_best ⇒ Object
Returns the value of attribute iterations_since_best.
-
#loaded ⇒ Object
Returns the value of attribute loaded.
-
#recent_scores ⇒ Object
Returns the value of attribute recent_scores.
-
#score_history ⇒ Object
Returns the value of attribute score_history.
-
#standard_deviations ⇒ Object
Returns the value of attribute standard_deviations.
-
#tabu ⇒ Object
Returns the value of attribute tabu.
Instance Attribute Details
#backtracks ⇒ Object
Returns the value of attribute backtracks
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def backtracks @backtracks end |
#best ⇒ Object
Returns the value of attribute best
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def best @best end |
#best_history ⇒ Object
Returns the value of attribute best_history
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def best_history @best_history end |
#current ⇒ Object
Returns the value of attribute current
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def current @current end |
#current_hood ⇒ Object
Returns the value of attribute current_hood
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def current_hood @current_hood end |
#distributions ⇒ Object
Returns the value of attribute distributions
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def distributions @distributions end |
#iterations_since_best ⇒ Object
Returns the value of attribute iterations_since_best
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def iterations_since_best @iterations_since_best end |
#loaded ⇒ Object
Returns the value of attribute loaded
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def loaded @loaded end |
#recent_scores ⇒ Object
Returns the value of attribute recent_scores
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def recent_scores @recent_scores end |
#score_history ⇒ Object
Returns the value of attribute score_history
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def score_history @score_history end |
#standard_deviations ⇒ Object
Returns the value of attribute standard_deviations
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def standard_deviations @standard_deviations end |
#tabu ⇒ Object
Returns the value of attribute tabu
165 166 167 |
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165 def tabu @tabu end |