Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Releases: 201flaviosilva-labs/HillClimbing.js

v1.0.1

14 Oct 17:04
Compare
Choose a tag to compare

update to 201flaviosilva-labs

  • update to 201flaviosilva-labs 98c22bc
  • Merge pull request #21 from 201flaviosilva/dependabot/npm_and_yarn/terser-5.14.2 7e902e2
  • Bump terser from 5.14.1 to 5.14.2 a0c9661
  • fix: types build 81fde5d
  • Create test.yml 592da40
  • fix: build 7a9eab7

v1.0.0...v1.0.1

v1.0.0

20 Jun 17:25
Compare
Choose a tag to compare

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...v1.0.0

v0.0.2

09 Jun 10:15
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • (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...v0.0.2

v0.0.1

11 May 18:31
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

What's Changed

"First" version of the algorithm released, soon I will do the documentation and develop some examples :)

New Contributors

Full Changelog: https://github.com/201flaviosilva/HillClimbing.js/commits/v0.0.1