simulate-annealing
v1.1.0
Published
```sh yarn install ```
Downloads
6
Readme
Simulate annealing algorithm implemented in JS
Install
yarn install
This module export function to generate simulate annealing with parameter :
iterationLimit
number of iterationtemperature
init temperature valuedecrease
temperature decrease multiplierfitness
function of evaluation of a valuefirstValue
init of algorithmneighbor
function to generate new value from currentValuedebug
to generate debug data (in order to generate plot)
Example
yarn example
Author
👤 Slashgear [email protected]
- Website: http://slashgear.github.io/
- Twitter: @Slashgear_
- Github: @Slashgear
Show your support
Give a ⭐️ if this project helped you!