jMetal / jMetalPy

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

Refactor quality indicators #72

Closed ajnebro closed 4 years ago

ajnebro commented 4 years ago

The quality indicators have been refactored to receive as input parameter a numpy array instead of a list of solutions. This way, the implementation of quality indicators does not depend on jMetalPy classes.