jMetal / jMetalPy

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

Update #3

Closed ahcheriet closed 7 years ago

ahcheriet commented 7 years ago

Simple corrections.

ajnebro commented 7 years ago

Hi @ahcheriet

Thanks for contributing to the jMetalPy project. However, to accept your pull requests I would need to know the reason to remove the type of the parameters in the methods. I'm new with Python, so suggestions are welcome.

ahcheriet commented 7 years ago

Hi @ajnebro, First I thought that you are using Python 2.x, so there is no need for giving parameters type, you know that python is a dynamic typed language. But, if it is Python 3.x so giving the parameters types is viewed like an annotations. https://www.python.org/dev/peps/pep-3107/ I hope that this project grow up because we need some usefull framework in MOO. Regard,