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

Scenario-based problems: adding support for scenario-based multiobjective optimization problems #91

Open
gialmisi opened this issue Apr 17, 2024 · 1 comment
Labels
docs enhancement help wanted restructuring Label for the DESDEO restructuring project

Comments

@gialmisi
Copy link
Contributor

gialmisi commented Apr 17, 2024

We need to add support for scenario-based multiobjective optimization problems. The general formulation of such problems is described, e.g., here Eq. 1. The challenge is how to extend the current problem schema to seamlessly support scenarios. One possible approach is to model all the objectives from each scenario separately, and utilize an optional additional index in the Objective models to identify to which scenario an objective function belongs to. Naturally, the new features will have to be documented and tested.

This issue is related to the re-structuring of DESDEO, see the branch desdeo2.

@gialmisi
Copy link
Contributor Author

Work started in 1b5a300

Scenarios are now supported in the problem model, but they are not utilized anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs enhancement help wanted restructuring Label for the DESDEO restructuring project
Projects
None yet
Development

No branches or pull requests

1 participant