geatpy-dev / geatpy

Evolutionary algorithm toolbox and framework with high performance for Python
http://www.geatpy.com
GNU Lesser General Public License v3.0
1.99k stars 725 forks source link

你好,可否实现一下MOEAD并行化,开启多线程,线程之间最优个体可以进行迁移,我看到MOEAD在python上性能会下降,是这样吗 #151

Closed zhangrui1234 closed 3 years ago

zhangrui1234 commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

geatpy-dev commented 3 years ago

@zhangrui1234 MOEA/D体系的算法原理已经限制了它的并行加速比无法超越NSGA2、NSGA3等算法。