Releases: bessagroup/f3dasm_optimize
Releases · bessagroup/f3dasm_optimize
2.0.0
Full Changelog: 1.5.4...2.0.0
1.5.4
Full Changelog: v1.5.3...1.5.4
v1.5.3
Major changes
- Reworked hyperparameters
What's Changed
- Pr/1.5.3 by @mpvanderschelling in #10
Full Changelog: v1.5.2...v1.5.3
v1.5.2
Changes
- set optax dependecy version to 0.1.7
- removed get_continous_parameters dependency
What's Changed
- Pr/1.5.2 by @mpvanderschelling in #9
Full Changelog: v1.5.1...v1.5.2
v1.5.1
Features
- Added
optax
port - Added
Adam
(optax
version),SGDOptax
Bugfixes
- Fixed duplication of initial value for first iteration with Tensorflow optimizers
What's Changed
- Pr/1.4 by @mpvanderschelling in #6
- Update version to 1.5.0 by @mpvanderschelling in #7
- Added optax support by @mpvanderschelling in #8
Full Changelog: v1.3.0...v1.5.1
v1.3.0
- Added optuna optimizers
- Major update on documentation
v1.0.0
First release
- Copied optimizers from
f3dasm
main repo to this repo