View Source Annealing.Material (annealing v0.5.0-beta.1)

A struct to hold the volatile state of each step of the annealing algorithm.

Summary

Types

item_list()

@type item_list() :: list()

t()

@type t() :: %Annealing.Material{
  energy: float(),
  items: item_list(),
  temperature: float()
}