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

Add simple ThreadPool based ParallelEvaluator #20

Closed cipold closed 6 years ago

cipold commented 6 years ago

What do you think about integrating a simple parallel evaluator?

To use this the additions made to NSGAII are required otherwise a custom evaluator can not be specified - this is already part of the develop branch. Do you see any chance the additions on the develop branch will be merged any time soon?

ajnebro commented 6 years ago

Done :)

Thanks for contributing.

Antonio