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

Model management #16

Open
ppouyaa opened this issue Jul 30, 2020 · 1 comment
Open

Model management #16

ppouyaa opened this issue Jul 30, 2020 · 1 comment

Comments

@ppouyaa
Copy link
Contributor

ppouyaa commented Jul 30, 2020

When using surrogates, we need to access the actual objective functions to update them in online optimization problems.

More details: lets introduce a new term here as interactions. Each interaction is consists of a number of iterations, which is consists of a number of generations.

In each generation, we run an EMO algorithm.
In each iteration, we select some solutions to evaluate with original objectives and update the surrogates.
In each interaction, we select some solutions to evaluate them with original objectives and show them to the DM.

So since I really like the way the selection methods are handled, my suggestion is to do the same thing with the model management (if possible).

@ppouyaa
Copy link
Contributor Author

ppouyaa commented Jan 5, 2021

I think I should also mention that surrogates are for both objectives and constraints functions.

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

1 participant