项目作者: Slashgear

项目描述 :
Simulate annealing algorithm implemented in JS
高级语言: JavaScript
项目地址: git://github.com/Slashgear/simulate-annealing.git
创建时间: 2018-02-14T23:20:27Z
项目社区:https://github.com/Slashgear/simulate-annealing

开源协议:

下载


Welcome to simulate-annealing 👋



Version


License: MIT


Twitter: Slashgear_

Simulate annealing algorithm implemented in JS

Install

  1. 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

  1. yarn example

Author

👤 Slashgear antoine395.caron@gmail.com

Show your support

Give a ⭐️ if this project helped you!