industrial-optimization-group / desdeo-mcdm

Contains traditional optimization techniques from the field of Multiple-criteria decision-making. For example, methods belonging to the NIMBUS and NAUTILUS families can be found here.
MIT License
6 stars 7 forks source link

Fixed typos in comments, documentations and some strings #16

Closed phoopies closed 3 years ago

phoopies commented 3 years ago

Most of the changes are just typo fixes and shouldn't affect anything. But a few mentions:

In /interactive/NautilusNavigator.py I changed the typing from [int] to List[int]. I haven't seen [type] used anywhere. https://docs.python.org/3/library/typing.html

I had to run /notebooks/synchronous_nimbus.ipynb and that resulted to different results and plots. I don't know why as the only code I altered was in step [26] where I removed some debugging prints. Also in step [26]: I'm not sure if lines "print(preferred_request)" and "print(stop_request)" were supposed to be "print(preferred_request.message)" or something like this. I just deleted these completely.