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

Try augmented-lagrangian with lbfgsb #727

Merged
merged 43 commits into from
Apr 26, 2024
Merged

Try augmented-lagrangian with lbfgsb #727

merged 43 commits into from
Apr 26, 2024

Conversation

Vaibhavdixit02
Copy link
Member

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.

Vaibhavdixit02 and others added 28 commits April 25, 2024 17:18
Previous PR just checked equality of container, but original issue was about referencing some memory address in each population trace
Co-authored-by: Vaibhav Kumar Dixit <vaibhavyashdixit@gmail.com>
Adding trait for requiring derivatives and throwing error to use OptimizationFunction
Updated the trait requiresderivative to requiresgradient.
Added requiresgradient, requireshessian, requiresconshess and requiresconsjac traits.
Added traits for IPNewton, Newton, and NewtonTrustRegion.
Added requiresgradient trait to NLOPT.jl
Set trait requiresgradient to true.
Removed redundant traits declared.
Set traits requiresgradient, requireshessian and requiresconsjac to true based on the algorithm.
Updated traits for Newton and NewtonTrustRegion as they are second order, they automatically require the calculation of hessians.
ParasPuneetSingh and others added 14 commits April 25, 2024 17:26
Set the requiresgradient for Fminbox to true as it is required for the objective function evaluation and constraint handling.
Removed redundant check for requiresgradient trait.
Corrected syntax errors.
Fixed syntax errors.
Interchanged the struct definition and trait checking.
Updated SciMLBase compat to 2.30.0
@Vaibhavdixit02 Vaibhavdixit02 merged commit 7e33052 into master Apr 26, 2024
40 of 43 checks passed
@Vaibhavdixit02 Vaibhavdixit02 deleted the lbfgsb branch April 26, 2024 01:17
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