https://github.com/mljs/simulated-annealing
https://github.com/mljs/simulated-annealing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mljs/simulated-annealing
- Owner: mljs
- License: mit
- Created: 2017-02-13T16:17:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T00:22:28.000Z (over 6 years ago)
- Last Synced: 2025-02-23T19:34:35.809Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ml-simulated-annealing
[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![npm download][download-image]][download-url]
.
## Installation
`$ npm i ml-ml-simulated-annealing`
## Usage
```js
import library from 'ml-ml-simulated-annealing';
const result = library(args);
// result is ...
```
## [API Documentation](https://mljs.github.io/ml-simulated-annealing/)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-ml-simulated-annealing.svg
[npm-url]: https://www.npmjs.com/package/ml-ml-simulated-annealing
[ci-image]: https://github.com/mljs/ml-simulated-annealing/workflows/Node.js%20CI/badge.svg?branch=master
[ci-url]: https://github.com/mljs/ml-simulated-annealing/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/ml-ml-simulated-annealing.svg
[download-url]: https://www.npmjs.com/package/ml-ml-simulated-annealing