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

Get optimal point and estimated values at arbitrary points #214

Open
ilario opened this issue Oct 14, 2022 · 4 comments
Open

Get optimal point and estimated values at arbitrary points #214

ilario opened this issue Oct 14, 2022 · 4 comments

Comments

@ilario
Copy link
Contributor

ilario commented Oct 14, 2022

Thanks for the very nice software!

We are using it for the optimization of the synthesis of a catalyst (the objective is the activity of the catalyst).

I was wondering if two things are possible:

  • get the estimated optimum position from a model. I managed to get the software to suggest new experiments, but I cannot get the estimated location of the best point.
  • probe the model at arbitrary points (for plotting the model as heatmaps, for example, see the plots in Figure 8 here: https://pubs.acs.org/doi/10.1021/acsnano.8b04726 ).

In order to have that, I suppose that there could be a function returning the model, so that the user can interact with it directly and fetch this information.

@marcosfelt
Copy link
Member

marcosfelt commented Oct 14, 2022 via email

@ilario
Copy link
Contributor Author

ilario commented Oct 17, 2022

Hi!
For now we just tried all of the strategies, without applying them in our experimental workflow yet.
I didn't get to use TSEMO due to #213.

Also MTBO seems based on BOtorch but I am not sure it makes sense for our usecase: seems that it requires some experimental data from a different experimental setup (MIT_case1 from the example) and some new data with the interesting one (MIT_case2 from the example) but we just have collected preliminary data for one experimental setup (our experimental prev_res). Did I understand well?

@ilario
Copy link
Contributor Author

ilario commented Oct 17, 2022

Another question: is it fair to assume that the best point, according the used model, is the first point in the suggest_next_locations list?

@marcosfelt
Copy link
Member

marcosfelt commented Oct 17, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants