simulate-annealing

1.1.0 • Public • Published

Welcome to simulate-annealing 👋

Version License: MIT Twitter: Slashgear_

Simulate annealing algorithm implemented in JS

Install

yarn install

This module export function to generate simulate annealing with parameter :

  • iterationLimit number of iteration
  • temperature init temperature value
  • decrease temperature decrease multiplier
  • fitness function of evaluation of a value
  • firstValue init of algorithm
  • neighborfunction to generate new value from currentValue
  • debug to generate debug data (in order to generate plot)

Example

yarn example

Author

👤 Slashgear antoine395.caron@gmail.com

Show your support

Give a ⭐️ if this project helped you!

Readme

Keywords

none

Package Sidebar

Install

npm i simulate-annealing

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

7.88 kB

Total Files

12

Last publish

Collaborators

  • slashgear