Skip to content

Releases: esa/dcgp.js

v1.2.1

28 Dec 14:31
bfa2993

Choose a tag to compare

Update package versions (#42)

* Bump eslint-utils from 1.3.1 to 1.4.3

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump handlebars from 4.1.2 to 4.5.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Update package versions

* Update version of self

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.0

23 Jul 14:39
aaffe1c

Choose a tag to compare

Hybrid optimisation

Add a hybrid optimisation algorithm which combines the already present mu plus lambda and gradient descent algorithms.

Details on this algorithm can be found in hybrid.cpp.

v1.1.1

13 Jun 14:06
01e51a0

Choose a tag to compare

chore(package.json): update package version (#38)

Update the package version of jsdoc.

v1.1.0

10 May 14:45
66eeb48

Choose a tag to compare

Changes

  • In node.js environments you no longer need to provide the dcgp.wasm file as an ArrayBuffer. You can now specify a path to the dcgp.wasm file but in most cases the default file location which is in the same directory as the dcgp.umd.js file (e.g. node_modules/dcgp/lib/dcgp.wasm).

Internal changes

  • Remove hacky script to control wasm lifecycle in favour or Emscripten's Module.then callback.

v1.0.0

06 May 08:10
bfb600a

Choose a tag to compare

v1 release + new kernels (#36)

* New kernels, gaussian and square root

* Make isDestroyed read only

* Update version

* Remove randomness from test result

v1.0.0-beta.6

24 Apr 14:39
04645f9

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

Improved gradient descent performance. Gradient descent is now almost twice as fast.

v1.0.0-beta.5

24 Apr 11:01
81cc093

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release

Improve stability of the mu plus lambda algorithm. The algorithm is now able to recover from a NaN initialisation.

v1.0.0-beta.4

23 Apr 14:02
b548bc0

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

Improved stability of gradient descent

v1.0.0-beta.3

17 Apr 10:51
0acb8b6

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release
Add adaptive gradient descent (#32)

v1.0.0-beta.2

14 Apr 07:58
195a81a

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release
Update config.yml