Generic tools and design language used in the DESDEO framework. For example,
this package contains classes for interacting with optimization methods
implemented in desdeo-mcmd
and desdeo-emo
, and tools for solving for a
representation of a Pareto optimal front for a multiobjective optimization.
You can install the desdeo-tools
package from the Python package index using pip
by issuing the command pip install desdeo-tools
.
Requires poetry. See pyproject.toml
for Python package requirements.
To install and use the this package with poetry on a *nix based system, issue the following commands:
git clone https://github.com/industrial-optimization-group/desdeo-tools
cd desdeo-tools
poetry init
poetry install
Documentation and usage examples for this package can be found here