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

Permutation Problem #45

Closed jacksonpradolima closed 4 years ago

jacksonpradolima commented 4 years ago

Hello, Could you provide an example for permutation problems? Moreover, could you update the package in the pip? There are no some parts to create a permutation problem (new solution/crossover/mutation).

Thanks

benhid commented 4 years ago

Hello,

I have included one single-objective problem which involves permutation encoding (Travelling Salesman Problem). Also, jMetalPy have been updated to version 1.5.1 with some minor fixes ;)

Regards