Skip to content

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

Pre-release
Pre-release
Compare
Choose a tag to compare
@release-drafter release-drafter released this 24 Nov 02:31
· 975 commits to master since this release
6ee3d63

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