-
-
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 #711 checking if OptimizationFunction is used for derivative based optimizers #711 #715
Merged
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
01f4479
Update OptimizationOptimJL.jl
ParasPuneetSingh 404f4f3
Merge pull request #1 from ParasPuneetSingh/ParasPuneetSingh-patch-1
ParasPuneetSingh b2c044d
Update OptimizationOptimJL.jl
ParasPuneetSingh ef4e4a5
Update OptimizationBBO.jl
ParasPuneetSingh ed73535
Update OptimizationCMAEvolutionStrategy.jl
ParasPuneetSingh 134d7fc
Update OptimizationEvolutionary.jl
ParasPuneetSingh 702e095
Update OptimizationFlux.jl
ParasPuneetSingh 6e2afe3
Update OptimizationGCMAES.jl
ParasPuneetSingh d1c0111
Update OptimizationOptimJL.jl
ParasPuneetSingh 1ba53fb
Update OptimizationNLopt.jl
ParasPuneetSingh 1767142
Update OptimizationOptimisers.jl
ParasPuneetSingh da5955b
Update OptimizationPRIMA.jl
ParasPuneetSingh 64e16ec
Update OptimizationPolyalgorithms.jl
ParasPuneetSingh 3ae278f
Update OptimizationSpeedMapping.jl
ParasPuneetSingh 4887714
Update OptimizationBBO.jl
ParasPuneetSingh a1348e3
Update OptimizationNLopt.jl
ParasPuneetSingh 0b6f600
Update OptimizationOptimJL.jl
ParasPuneetSingh 6ea74cf
Update OptimizationOptimJL.jl
ParasPuneetSingh 5132aea
Update OptimizationOptimJL.jl
ParasPuneetSingh 785c218
Update OptimizationMOI.jl
ParasPuneetSingh 8f3e381
Update OptimizationOptimJL.jl
ParasPuneetSingh a5652d7
Update OptimizationOptimJL.jl
ParasPuneetSingh 6379379
Update OptimizationOptimJL.jl
ParasPuneetSingh 6fb808b
Update lib/OptimizationOptimJL/src/OptimizationOptimJL.jl
Vaibhavdixit02 ea6d522
Update OptimizationNLopt.jl
ParasPuneetSingh 73cd120
Update OptimizationOptimJL.jl
ParasPuneetSingh bae6741
Update OptimizationOptimJL.jl
ParasPuneetSingh b9854f5
Update OptimizationOptimJL.jl
ParasPuneetSingh 15a5fa0
Update OptimizationPolyalgorithms.jl
ParasPuneetSingh 0857a62
Update Project.toml
ParasPuneetSingh bb82850
Update Project.toml
ParasPuneetSingh 2d6b7c4
Merge branch 'master' into master
Vaibhavdixit02 e0610cd
Update Project.toml
Vaibhavdixit02 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ using Optimization.SciMLBase, OptimizationOptimJL, OptimizationOptimisers | |
|
||
struct PolyOpt end | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PolyOpt is defined after the trait call switch around the order |
||
|
||
SciMLBase.requiresgradient(opt::PolyOpt) = true | ||
|
||
function SciMLBase.__solve(prob::OptimizationProblem, | ||
opt::PolyOpt, | ||
args...; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Not just in docs also the Project.toml in the base directory of the repo