-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update __loss function for MOO using OptimizationMetaheuristics.jl #805
Conversation
Loss function updated to handle MOO.
Added tests for MOO algorithms.
Corrected the objectives dictionary values.
Updated the objective values in the testset for MOO.
Added seed as the objectives were stochastic in nature for MOO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it needs Random added to the Project.toml of OptimizationMetaheuristics.jl
The Project.toml has been updated but the Cl is still failing:
|
@ParasPuneetSingh some test values don't match can you take a look |
Increased tolerance from 0.1 to 0.95
Loss function updated to handle MOO.
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.