Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Misitano committed Jun 29, 2021
1 parent 8456d1b commit d7c90fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Contains interactive optimization methods for solving multiobjective optimizatio

## Installation

### For regular users
You can install the `desdeo-mcdm` package from the Python package index by issuing the command `pip install desdeo-mcdm`.

### For developers
Requires [poetry](https://python-poetry.org/). 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`
Expand All @@ -15,14 +19,12 @@ Requires [poetry](https://python-poetry.org/). See `pyproject.toml` for Python p

Documentation for this package can be found [here](https://desdeo-mcdm.readthedocs.io/en/latest/)

## Currently implemented methods
## Currently implemented interactive methods

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

## Coming soon

- Pareto Navigator
- NAUTILUSv2
- Reference point method

0 comments on commit d7c90fe

Please sign in to comment.