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 optimization using the GA Library #55

Closed
swaheera opened this issue Jul 9, 2021 · 1 comment
Closed

Multi objective optimization using the GA Library #55

swaheera opened this issue Jul 9, 2021 · 1 comment

Comments

@swaheera
Copy link

swaheera commented Jul 9, 2021

Hello,

Currently, is the GA library capable of performing multi objective optimization? For example, something like this?

https://stackoverflow.com/questions/56359838/argument-passing-in-r-to-functions-of-several-real-variables

Thanks

@luca-scr
Copy link
Owner

luca-scr commented Jul 9, 2021

It depends on what you mean by multi objective optimization. In general, GA package can't perform multi objective optimization. However, if you can re-express your multi objective optimization problem into a single fitness function optimization over multiple parameters., then you can use GA package.

@luca-scr luca-scr closed this as completed Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants