Expand description

This crate provides an implementation of the simulated annealing algorithm for approximating the global minimum of a given function.

Choose the temperatures and the annealing schedule wisely: this is your way of controlling how long you will have to wait. Note that the minimum temperature must be reachable.

References:

Structs

Simulated annealing

Enums

Acceptance probability function

Method of getting a random neighbour

Annealing schedule

Status function

Type Definitions

Bounds of the parameter space

Custom status function

Point in the parameter space