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

Updating solver __solve function for MOO #787

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ParasPuneetSingh
Copy link
Collaborator

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

The _loss function accommodates the MultiObjectiveOptimizationFunction in the __solve method.
Updated loss function in __solve of OptimizationEvolutionary.jl
@Abhinavcode13
Copy link

Abhinavcode13 commented Jul 9, 2024

Any reason for raising this PR, it would be great to know what kind of bug you're trying to fix.
Thanks!

@Vaibhavdixit02
Copy link
Member

@Abhinavcode13 it's a PR, not an issue. The aim is to add support for multiobjective optimization with Evolutionary.jl (for now)

@Abhinavcode13
Copy link

Abhinavcode13 commented Jul 9, 2024

Thanks for pointing it out, but don't it already support one?

@Vaibhavdixit02
Copy link
Member

No

Set the traits for NSGA2 explicitly
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

Successfully merging this pull request may close these issues.

None yet

3 participants