DESDEO icon indicating copy to clipboard operation
DESDEO copied to clipboard

An open source framework for interactive multiobjective optimization methods

Results 48 DESDEO issues
Sort by recently updated
recently updated
newest added

We are currently missing quality indicators in version 2.0 of DESDEO. At least a couple indicators need to be implemented, documented, and tested. A paper describing what quality indicators are...

help wanted
restructuring
desdeo2paper

This is an issue with desdeo's implementation of GurobipySolver specifically, not with the actual gurobipy package. In a corner case situation, where some of the decision variables do not contribute...

bug
info

Gurobipy optimizer supports quadratic constraints but the current solver/parser/evaluator implementation in desdeo does not. It would be nice to add them at some point, but it would take some effort,...

enhancement

The current state of the Nonconvex Pareto Navigator. There are comments in the nonconvex_pareto_navigator.py file that give context to the problems with the implementation. PAINT works as intended but is...

**What is the current behavior?** Currently, many parts of the code base assume that problems have ideals and nadirs defined. However, in practice we often cannot be sure that we...

restructuring

Many of the interactive evolutionary multiobjective optimization methods that were present in the older version of DESDEO need to be re-implemented in version 2.0. The methods are listed below alongside...

help wanted
restructuring
desdeo2paper

Here are some matters that need to be resolved related to the documentation of DESDEO 2.0. ## DESDEO 2.0 Documentation Checklist - [ ] Description of the overall structure of...

help wanted
docs
restructuring
desdeo2release

Before the release of DESDEO 2.0, we need the following DevOps to ensure a smooth(er) continuation of the project. ## DESDEO 2.0 DevOps checklist - [ ] Set up pre-commit...

help wanted
restructuring
desdeo2release

The paradigm of preference incorporated space (PIS) needs to be implemented in DESDEO 2.0. The publication describing the preference can be found [here](https://jyx.jyu.fi/handle/123456789/71637). How PIS has been implemented in the...

help wanted
restructuring
desdeo2paper

* **What is the current behavior?** The current problem format does not support simulators and surrogates. * **Describe the solution you'd like** The problem format should be updated to support...

enhancement
restructuring
desdeo2paper