Skip to content

Releases: Epistimio/orion

New Multi-Task Warm-starting and Dashboard Prototype

02 Mar 21:02
9a5f28d
Compare
Choose a tag to compare

🚀 Features

🏗 Enhancements

🐛 Bug Fixes

📜 Documentation

🧰 Maintenance

Bugfix for user script stdout/stderr

22 Aug 15:02
2b07a1d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Bugfixes for PBT

03 Aug 17:06
38f2fed
Compare
Choose a tag to compare
Bugfixes for PBT Pre-release
Pre-release

🏗 Enhancements

🐛 Bug Fixes

  • Fix bug with algo param_names @lebrice (#947)
  • Fix PBT issues with working dir and promotion of max fidelity trials @bouthilx (#903)

📜 Documentation

🧰 Maintenance

Algorithm Integrations and Improvements

02 Jun 16:09
c702066
Compare
Choose a tag to compare
Pre-release

🚀 Features

🏗 Enhancements

🐛 Bug Fixes

📜 Documentation

🧰 Maintenance

Full Changelog: v0.2.3...v0.2.4.post1

Bug fix to adress severe I/O load during optimization

07 Mar 16:52
f4d2bf7
Compare
Choose a tag to compare

🏗 Enhancements

  • Add config option frontends_uri to specify allowed frontend addresses for Orion Web API @notoraptor (#811)

🐛 Bug Fixes

  • Make sure subprocess/process/thread/dask can create a runner instance @Delaunay (#816)
  • Reduce DB I/O during optimization @bouthilx (#823)

Improved parallelization and PBT algorithm

12 Feb 00:09
133a069
Compare
Choose a tag to compare

Parallelization is improved leveraging new Runner (#684) and a shared algorithm state (#786).

🚀 Features

🏗 Enhancements

🐛 Bug Fixes

📜 Documentation

🧰 Maintenance

Minor release: Bug fix for ASHA when some trials have identical objectives

26 Nov 17:17
c4e1563
Compare
Choose a tag to compare

🐛 Bug Fixes

New interface for algorithm's `suggest()` and `observe()` methods.

24 Nov 02:31
6ee3d63
Compare
Choose a tag to compare

Algorithm interface for suggest() and observe() is changed to use trials instead of list of points. This will provide more flexibility when designing new algorithms. There is no impact for users, except for algorithm plugins that will not be backward compatible with previous versions of Oríon.

The factory abstract class used to create database, storage, algorithm, adapters and parallel strategy has been redesigned to better support external implementations and be easier to debug. This redesign should also have no direct impact for users, except for backward compatibility issues with algorithm plugins for previous versions of Oríon.

🏗 Enhancements

🐛 Bug Fixes

Revert to default inf max trials and pool-size of 1

14 Sep 18:53
0683944
Compare
Choose a tag to compare

🏗 Enhancements

🐛 Bug Fixes

📜 Documentation

Disabled Experiment Version Control

23 Aug 19:35
6bc3b79
Compare
Choose a tag to compare
Pre-release

Experiment Version Control (EVC) will now be disabled by default. When the EVC is disabled, any changes in the experiment will be saved to the DB, overriding the previous version. See configuration doc to enable the EVC: https://orion.readthedocs.io/en/stable/user/config.html#experiment-version-control.

🏗 Enhancements

🐛 Bug Fixes

📜 Documentation