New interface for algorithm's suggest()
and observe()
methods.
#696
bouthilx
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Algorithm interface for
suggest()
andobserve()
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
This discussion was created from the release New interface for algorithm's `suggest()` and `observe()` methods..
Beta Was this translation helpful? Give feedback.
All reactions