Meta.HillClimbing.State (TP I v0.1.0) View Source

Describes a Genserver State for a HillClimbing run

Link to this section Summary

Link to this section Types

Specs

t() :: %Meta.HillClimbing.State{
  current_iteration: non_neg_integer(),
  max_consecutive_no_progress_iterations: non_neg_integer(),
  max_iterations: non_neg_integer(),
  no_progress_iterations: non_neg_integer(),
  noise_sizes: [{atom(), float()}],
  pid: pid(),
  problem: Meta.Problem.t(),
  tweak_probability: float()
}