Releases: esa/dcgp.js
Releases · esa/dcgp.js
v1.2.1
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
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
chore(package.json): update package version (#38) Update the package version of jsdoc.
v1.1.0
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
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
Improved gradient descent performance. Gradient descent is now almost twice as fast.
v1.0.0-beta.5
Improve stability of the mu plus lambda algorithm. The algorithm is now able to recover from a NaN initialisation.
v1.0.0-beta.4
Improved stability of gradient descent
v1.0.0-beta.3
Add adaptive gradient descent (#32)
v1.0.0-beta.2
Update config.yml