jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
498 stars 150 forks source link

Documentation is misalligned with code #41

Closed vedina closed 4 years ago

vedina commented 4 years ago

The examples at https://jmetalpy.readthedocs.io/en/latest/examples.html do not work.

Apparently they were written for different version than 0.9.0 and need considerable guessing by a newcomer to ever get some demo code to work.

benhid commented 4 years ago

You are absolutely right, we are working on that. As for now, I will update the README to reference the examples located in the examples folder within the repository instead of the ones from the docs.