Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 750 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 750 Bytes

desdeo-mcdm

Contains interactive optimization methods for solving multiobjective optimizaton problems. This package is part of the DESDEO framework.

Installation

Requires poetry. See pyproject.toml for Python package requirements. To install and use the this package with poetry, issue the following command:

  1. git clone https://github.com/industrial-optimization-group/desdeo-mcdm
  2. cd desdeo-mcdm
  3. poetry init
  4. poetry install

Documentation

Documentation for this package can be found here

Currently implemented methods

  • Synchronous NIMBUS
  • NAUTILUS Navigator
  • E-NAUTILUS
  • NAUTILUS

Coming soon

  • Pareto Navigator
  • NAUTILUSv2