Skip to main content

Open source library for for interactive multiobjective optimization

Project description

DESDEO README

Available on PyPI Documentation Status Build Status Code style: black

DESDEO is a free and open source Python-based framework for developing and experimenting with interactive multiobjective optimization.

Documentation is available.

Background and publications available on the University of Jyväskylä Research Group in Industrial Optimization web pages.

Try in your browser

You can try a guided example problem in your browser: choose how to deal with river pollution using NIMBUS. You can also browse the other examples.

What is interactive multiobjective optimization?

There exist many methods to solve multiobjective optimization problems. Methods which introduce some preference information into the solution process are commonly known as multiple criteria decision making methods. When using so called interactive methods, the decision maker (DM) takes an active part in an iterative solution process by expressing preference information at several iterations. According to the given preferences, the solution process is updated at each iteration and one or several new solutions are generated. This iterative process continues until the DM is sufficiently satisfied with one of the solutions found.

Many interactive methods have been proposed and they differ from each other e.g. in the way preferences are expressed and how the preferences are utilized when new solutions. The aim of the DESDEO is to implement aspects common for different interactive methods, as well as provide framework for developing and implementing new methods.

Installation

From conda-forge using Conda

This is the recommended installation method, especially for those who are newer to Python. First download and install the Anaconda Python distribution.

Next, run the following commands in a terminal:

conda config --add channels conda-forge
conda install desdeo desdeo-vis

Note: if you prefer not to install the full Anaconda distribution, you can install miniconda instead.

From PyPI using pip

Assuming you have Pip and Python 3 installed, you can install desdeo from PyPI by running the following command in a terminal:

pip install desdeo[vis]

This installs desdeo and desdeo-vis, which you will also want in most cases.

Getting started with example problems

To proceed with this section, you must first install Jupyter notebook. If you're using Anaconda, you already have it!

You can copy the example notebooks to the current directory by running:

python -m desdeo_notebooks

You can then open them using Jupyter notebook by running:

jupyter notebook

After trying out the examples, the next step is to read the full documentation.

Development

Set-up

You should install the git pre-commit hook so that code formatting is kept consistent automatically. This is configured using the pre-commit utility. See the installation instructions.

If you are using pipenv for development, you can install desdeo and its dependencies after obtaining a git checkout like so:

pipenv install -e .[docs,dev,vis]

Tests

Tests use pytest. After installing pytest you can run:

pytest tests

Release process

  1. Make a release commit in which the version is incremented in setup.py and an entry added to HISTORY.md

  2. Make a git tag of this commit with git tag v$VERSION

  3. Push -- including the tags with git push --tags

  4. Upload to PyPI with python setup.py sdist bdist_wheel and twine upload dist/*

Documentation

The full documentation is located at https://desdeo.readthedocs.io/en/latest/

Information about the academic project, including publications is available at http://desdeo.it.jyu.fi

History

0.2.0 (2018-08-28)

  • Documentation improvements

0.1.5 (2018-08-27)

  • Specify prompt-toolkit as <2 to avoid Jupyter-console incompatibility
  • Documentation improvements

0.1.4 (2018-07-16)

  • Add CylinderProblem
  • Add background documentation
  • Add desdeo-vis as extra dependency

0.1.3 (2018-06-18)

  • Fix PyPI package

0.1.2 (2018-06-13)

  • Improvements to automatically generated documentation
  • Move river pollution example into desdeo.problem.toy module
  • Allow solutions as well as objective functions to be obtained by adding ResultSet class
  • Improvements to NIMBUS
    • Add missing NIMBUS scalarising functions
    • Add method to generate in-between solutions for NIMBUS
  • Add RangeEstimator module for finding the nadir/ideal with a payoff table

0.1.1 (2018-05-21)

  • Convert package description to use Markdown

0.1.0 (2018-04-25)

  • First release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

desdeo-0.2.0.tar.gz (32.0 kB view hashes)

Uploaded Source

Built Distribution

desdeo-0.2.0-py3-none-any.whl (33.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page