1.1.0 ā€¢ Published 3 years ago

simulate-annealing v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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!