Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "oracle" models (i.e. categorical/discrete optimization) #1

Open
ennichita opened this issue Oct 14, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ennichita
Copy link

Hi! I have a quick question regarding the future prospects for the package.

A common use case for optimization is to have a dataset that fully contains your set of choices, as opposed to an analytical, continuous one. In this case, instead of training a model to emulate the experimental surface, you might want an "oracle" that just retrieves the value at any point in the dataset.
Your algorithm would then be restricted to select points in the dataset, and query this oracle for the value.
Is this use case in the (future) scope of the Olympus?

@matteoaldeghi matteoaldeghi added the enhancement New feature or request label Dec 2, 2020
@matteoaldeghi
Copy link
Collaborator

Hi! This is indeed something we would like to have in the future :)

@matteoaldeghi matteoaldeghi changed the title Support for "oracle" models Support for "oracle" models (i.e. categorical/discrete optimization) Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants