Class: Biopsy::TabuSearch::Thread

Inherits:
Struct
  • Object
show all
Defined in:
lib/biopsy/optimisers/tabu_search.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtracksObject

Returns the value of attribute backtracks

Returns:

  • (Object)

    the current value of backtracks



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def backtracks
  @backtracks
end

#bestObject

Returns the value of attribute best

Returns:

  • (Object)

    the current value of best



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def best
  @best
end

#best_historyObject

Returns the value of attribute best_history

Returns:

  • (Object)

    the current value of best_history



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def best_history
  @best_history
end

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def current
  @current
end

#current_hoodObject

Returns the value of attribute current_hood

Returns:

  • (Object)

    the current value of current_hood



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def current_hood
  @current_hood
end

#distributionsObject

Returns the value of attribute distributions

Returns:

  • (Object)

    the current value of distributions



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def distributions
  @distributions
end

#iterations_since_bestObject

Returns the value of attribute iterations_since_best

Returns:

  • (Object)

    the current value of iterations_since_best



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def iterations_since_best
  @iterations_since_best
end

#loadedObject

Returns the value of attribute loaded

Returns:

  • (Object)

    the current value of loaded



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def loaded
  @loaded
end

#recent_scoresObject

Returns the value of attribute recent_scores

Returns:

  • (Object)

    the current value of recent_scores



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def recent_scores
  @recent_scores
end

#score_historyObject

Returns the value of attribute score_history

Returns:

  • (Object)

    the current value of score_history



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def score_history
  @score_history
end

#standard_deviationsObject

Returns the value of attribute standard_deviations

Returns:

  • (Object)

    the current value of standard_deviations



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def standard_deviations
  @standard_deviations
end

#tabuObject

Returns the value of attribute tabu

Returns:

  • (Object)

    the current value of tabu



165
166
167
# File 'lib/biopsy/optimisers/tabu_search.rb', line 165

def tabu
  @tabu
end