industrial-optimization-group / DESDEO

An open source framework for interactive multiobjective optimization methods
https://desdeo.it.jyu.fi
30 stars 22 forks source link

Implementing a variety of interactive evolutionary multiobjective optimization methods in DESDEO 2.0 #173

Open gialmisi opened 1 month ago

gialmisi commented 1 month ago

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 a paper describing the method and how the method was implemented in the previous version of DESDEO.

The implementation of these methods should be done following this recipe. The recipe will be documented and explained better in the documentation promptly.

Before proceeding with any implementation, it is desirable that a potential contributor would briefly describe their intended plan of action in a response to this issue, and tagging both @gialmisi and @light-weaver in the response.

gialmisi commented 1 month ago

Updated list with missing RVEA. Clarified for NSGA-III and RVEA the papers that describe the original method and the interactive variant. We want the interactive variants implemented.