Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-objective GA #5

Open
Mathadon opened this issue Oct 18, 2017 · 6 comments
Open

Multi-objective GA #5

Mathadon opened this issue Oct 18, 2017 · 6 comments

Comments

@Mathadon
Copy link

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!

@PytLab
Copy link
Owner

PytLab commented Oct 19, 2017

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

@Mathadon
Copy link
Author

Mathadon commented Oct 19, 2017 via email

@makabaka123456
Copy link

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

@makabaka123456
Copy link

谢谢大佬

@PytLab
Copy link
Owner

PytLab commented Mar 2, 2018

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

@1061655504
Copy link

1061655504 commented Sep 22, 2018

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.

@PytLab PytLab added the todo label Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants