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

Added struct and constructors, updated OptimizationProblem for MOO #732

Merged
merged 8 commits into from
Aug 4, 2024

Conversation

ParasPuneetSingh
Copy link
Contributor

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 new MultiObjectiveOptimizationFunction struct has a jac field instead of the grad and a vector of H for the hess.
The OptimizationProblem was updated to handle the MultiOjectiveOptimizationFunction struct.
I have added the constructor for the MultiObjectiveOptimizationFunction struct.
Created a new struct and constructors for MOO in scimlfunctions.jl
Changed the placeholder functions and corrected a typo.
Changed the OptimizationFunction part to AbstractOptimizationFunction and removed the '!' sign in the trait checks.
Removed the unnecessary and overwritten placeholder functions.
Added export statement for MultiObjectiveOptimizationFunction.
@Vaibhavdixit02 Vaibhavdixit02 merged commit 56ba881 into SciML:master Aug 4, 2024
38 of 43 checks passed
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

2 participants