-
Notifications
You must be signed in to change notification settings - Fork 17
New interface for SDDP #142
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
95e25b2
[UPD] Remove julia 0.4 in travis
frapac 5434808
[UPD] Move from Factcheck to Base.Test for UT
frapac 66c0a83
[DEL] Remove deprecated files
frapac 2f23201
[UPD] Prune cuts with CutPruners package
frapac c98e99c
[UPD] Add precompilation
frapac 0ba6ba8
[DEV] Add new interface
frapac d4fd4b1
[FIX] Remove bugs in interface
frapac 45e7ddc
Merge branch 'cutpruners' into newinterface
frapac 3fa3150
[UPD] Remove deprecated functions
frapac 1239c65
[UPD] Begin incorporation of CutPruners
frapac ac77850
[UPD] Optimize addition of cuts in JuMP.Model
frapac bb472c1
[UPD] Optimize forward/backward
frapac 3b34f88
[UPD] Overload Base.show for SDDPstats
frapac 1abadc3
[FIX] Fix minor bugs
frapac a1ece64
[TEST] Update unit-tests with new interface
frapac ab4b1f2
[DOC] Change signatures of functions in docstring
frapac b354ca3
[UPD] Add solver exec time in SDDPStats
frapac bbea4ad
[UPD] Add Nullable when necessary
frapac d1f631a
[UPD] Update computation of dual with new JuMP interface
frapac 0d9d2fe
[UPD] Add params to reload JuMP Model
frapac ed94088
[UPD] Remove redundant cuts with hash
frapac 4621189
Merge branch 'master' into sddpcleaning
frapac b567391
[UPD] Add generic StoppingCriterion
frapac eb9756e
[UPD] Update with new version of CutPruners
frapac 9b97a46
[UPD] Change bandeau
frapac 281c966
[UPD] Refactoring: NextStep --> NLDSSolution
frapac d6f244c
[UPD] Fix quadratic regularization
frapac b3623e7
[UPD] Add SDDPRegularization type
frapac d73caf3
[UPD] Refact SDDPparameters
frapac b6aedb6
Merge pull request #135 from JuliaOpt/regularization
frapac 106baae
[FIX] Fix non running unit-tests
frapac 7bbcf39
[FIX] Fix non-working examples
frapac 50df516
Merge branch 'release-0.4' into sddpcleaning
frapac c2b64ec
[UPD] Rescope PR #142
frapac 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -4,3 +4,5 @@ Distributions | |
ProgressMeter | ||
Interpolations | ||
Iterators | ||
CutPruners | ||
StochasticDualDynamicProgramming |
This file was deleted.
Oops, something went wrong.
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.
We need to register the Packages or at least give instruction to install