https://github.com/dyzio18/poisson-js
Poisson distribution in JS with heuristic algorithm used to find global maximum in 2D space.
https://github.com/dyzio18/poisson-js
heuristic-algorithm heuristic-search-algorithms javascript javascript-algorithm poisson-distribution search-algorithm
Last synced: about 2 months ago
JSON representation
Poisson distribution in JS with heuristic algorithm used to find global maximum in 2D space.
- Host: GitHub
- URL: https://github.com/dyzio18/poisson-js
- Owner: Dyzio18
- License: mit
- Created: 2019-06-18T10:05:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:45:11.000Z (over 6 years ago)
- Last Synced: 2025-06-06T08:02:25.269Z (4 months ago)
- Topics: heuristic-algorithm, heuristic-search-algorithms, javascript, javascript-algorithm, poisson-distribution, search-algorithm
- Language: CSS
- Homepage: https://dyzio18.github.io/poisson-js/dist/
- Size: 246 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poisson-js
Poisson distribution in JS with heuristic algorithm used to find global maximum in 2D space.Demo: [https://dyzio18.github.io/poisson-js/dist/](https://dyzio18.github.io/poisson-js/dist/)
Requirements:
* node.js
* npmInstall dependencies:
* `npm i`
Run:
* `npm run serve` - open on port 3000 (http://localhost:3000/)
* `npm run build` - build static resources in dist/