DESDEO
DESDEO copied to clipboard
An open source framework for interactive multiobjective optimization methods
`mkdocs serve` INFO - Building documentation... INFO - [macros] - Macros arguments: {'module_name': 'docs/macros', 'modules': [], 'render_by_default': True, 'include_dir': '', 'include_yaml': [], 'j2_block_start_string': '', 'j2_block_end_string': '', 'j2_variable_start_string': '', 'j2_variable_end_string': '',...
Forest problem has hard coded ideal and nadir values at the moment. If comparing is set to False, these values are wrong. To fix this issue and to support different...
**What is the current behavior?** The current API implementation does not save duplicate solutions to the database, i.e. if the method finds a solution that already exists in the database,...
**What is the current behavior?** I believe that in the current implementation, none the interactive methods in the api ever specify what solver the mcdm side should use. This leads...
At least the SolutionArchive class in desdeo/api/db_models.py is expecting decision variable values to be stored as an array of floats. With the introduction of tensor variables an array of floats...
PR #143 adds support for vector valued variables and constants to polars evaluator, but polars evaluator still cannot handle higher dimensions. Observed reasons/attempted solutions for this: - When having the...
Added support for vector valued constants and variables for polars evaluator. No testing has been done for the discrete version as no suitable test problem is available at the moment....