gaft icon indicating copy to clipboard operation
gaft copied to clipboard

Multi-objective GA

Open Mathadon opened this issue 6 years ago • 6 comments

Does gaft support multi-objective GA? I.e. without combining all objectives into one. I'm looking for functionality such as NSGA2 that generates a clean pareto front.

Thanks!

Mathadon avatar Oct 18 '17 10:10 Mathadon

gaft doesn't support multi-objective optimization yet. I think it will be added soon. You can also contribute to it if possible : )

PytLab avatar Oct 19 '17 01:10 PytLab

Who knows!

Mathadon avatar Oct 19 '17 08:10 Mathadon

您好 我想用遗传算法来进行pid参数的优化 我应该使用你的库的哪个部分呢

makabaka123456 avatar Mar 01 '18 11:03 makabaka123456

谢谢大佬

makabaka123456 avatar Mar 01 '18 11:03 makabaka123456

@makabaka123456 I think you should open another new issue where I would help you to solve your problem :)

PytLab avatar Mar 02 '18 01:03 PytLab

Does gaft support multi-objective GA? I.e. without combining all objectives into one. I'm looking for functionality such as NSGA2 that generates a clean pareto front.

Thanks!

Does gaft support multi-objective GA? I.e. without combining all objectives into one. I'm looking for functionality such as NSGA2 that generates a clean pareto front.

Thanks!

The team of University of Texas at Austin, South China University of Technology and South China Agricultural University has already pushed a new high-performance GEA framework for Python to solve multi-objective problems, supporting algorithms such as NSGA-II, awGA, rwGA and so forth. You can search Geatpy in github to find it.

1061655504 avatar Sep 22 '18 00:09 1061655504