Skip to content

Commit

Permalink
add table of references
Browse files Browse the repository at this point in the history
  • Loading branch information
giomara-larraga committed May 14, 2021
1 parent bc2a8d6 commit 7507672
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
padding: 0;
}*/
/*GE HEADER STYLES*/

/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
/* !important prevents the common CSS stylesheets from
overriding this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}

.wy-table-responsive {
overflow: visible !important;
}

.twitter {
width: 300;
height: 300;
Expand Down
40 changes: 35 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Welcome to desdeo-mcdm's documentation
Contains interactive optimization methods for solving multiobjective optimizaton problems. This package is part of the DESDEO framework.


Requirements
============

* Python 3.7 (3.8 is **NOT** supported at the moment).
* `Poetry dependency manager <https://python-poetry.org/>`__ : Only for developers.

See `pyproject.toml` for Python package requirements.


Installation
============

Expand All @@ -30,7 +39,6 @@ First, create a new virtual environment for the project. Then install the packag

For developers
--------------
It requires `poetry <https://python-poetry.org/>`__ to be installed. See `pyproject.toml` for Python package requirements.

Download the code or clone it with the following command:

Expand Down Expand Up @@ -60,16 +68,38 @@ Then, create a new virtual environment for the project and install the package i
Currently implemented methods
=============================

- Synchronous NIMBUS
- NAUTILUS Navigator
- E-NAUTILUS
- NAUTILUS
.. table::
:widths: 20 80

============================= ========================================================================================================================================
Algorithm Reference
============================= ========================================================================================================================================
**Synchronous NIMBUS** Miettinen, K., Mäkelä, M.M.: Synchronous approach in interactive multiobjective optimization.
Eur. J. Oper. Res. 170(3), 909–922 (2006)
**NAUTILUS Navigator** Ruiz, A. B., Ruiz, F., Miettinen, K., Delgado-Antequera, L., & Ojalehto, V. (2019).
NAUTILUS Navigator : free search interactive multiobjective optimization without trading-off.
Journal of Global Optimization, 74 (2), 213-231. doi:10.1007/s10898-019-00765-2
**E-NAUTILUS** Ruiz, A., Sindhya, K., Miettinen, K., Ruiz, F., & Luque, M. (2015).
E-NAUTILUS: A decision support system for complex multiobjective optimization problems based on the NAUTILUS method.
European Journal of Operational Research, 246 (1), 218-231. doi:10.1016/j.ejor.2015.04.027
**NAUTILUS** Kaisa Miettinen, Petri Eskelinen, Francisco Ruiz, Mariano Luque,
NAUTILUS method: An interactive technique in multiobjective optimization based on the nadir point,
European Journal of Operational Research, Volume 206, Issue 2, 2010,
Pages 426-434, ISSN 0377-2217, https://doi.org/10.1016/j.ejor.2010.02.041.
**Reference Point Method** Andrzej P. Wierzbicki, A mathematical basis for satisficing decision making,
Mathematical Modelling, Volume 3, Issue 5,1982,
Pages 391-405, ISSN 0270-0255, https://doi.org/10.1016/0270-0255(82)90038-0.
**NAUTILUSv2** Miettinen, K., Podkopaev, D., Ruiz, F. et al.
A new preference handling technique for interactive multiobjective optimization without trading-off.
J Glob Optim 63, 633–652 (2015). https://doi.org/10.1007/s10898-015-0301-8
============================= ========================================================================================================================================

Coming soon
===========

- Pareto Navigator
- NAUTILUSv2

Indices and tables
==================

Expand Down

0 comments on commit 7507672

Please sign in to comment.