This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Releases: 201flaviosilva-labs/HillClimbing.js
Releases · 201flaviosilva-labs/HillClimbing.js
v1.0.1
v1.0.0
Manual Changelog
- (Add)
- Add option to start algorithm with a initial value;
- Add option to start algorithm with a initial value;
- Export option, in javascript object and JSON format;
- Add precision property to the targets;
Auto Changelog:
- Merge pull request #20 from 201flaviosilva/19-multiple-targets-mutations fe812a8
- Merge branch 'main' into 19-multiple-targets-mutations bb04758
- feat: Multiple targets mutations #19 716a1b5
- Update CHANGELOG.md 3fe46e3
- Merge pull request #18 from 201flaviosilva/16-export-data dbf2a6a
- feat: export data and start with a default score #16 be34a3b
- Add Asteroids example #14 008f317
v0.0.2
- (Add)
- Add precision property to the targets;
- Functions to change a property of a target by the target name;
- Update some documentation;
- Throw Errors if the parameters are not valid;
v0.0.1
What's Changed
"First" version of the algorithm released, soon I will do the documentation and develop some examples :)
New Contributors
- @201flaviosilva made their first contribution in #3
Full Changelog: https://github.com/201flaviosilva/HillClimbing.js/commits/v0.0.1