Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 249 Bytes

File metadata and controls

12 lines (8 loc) · 249 Bytes

Simulated Annealing

Implementation of simulated annealing, a probabilistic technique for approximating the global optimum of a given function.

Installation

To install this package:

npm install @colorstack/simulated-annealing --save