-
Notifications
You must be signed in to change notification settings - Fork 16
Release 0.4 #150
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
Release 0.4 #150
Conversation
Add a proper implementation of SDDP in Decision-Hazard
Verbosity
+ add parameter to switch off cuts pruning
.travis.yml
Outdated
| - julia -e 'Pkg.clone(pwd()); Pkg.build("StochDynamicProgramming"); Pkg.test("StochDynamicProgramming"; coverage=true)' | ||
| before_script: | ||
| - julia -e 'Pkg.clone("https://github.com/StructJuMP/StructJuMP.jl.git")' | ||
| - julia -e 'Pkg.clone("https://github.com/blegat/StochasticDualDynamicProgramming.jl")' |
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.
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.
StructJuMP does not need to be cloned anymore
README.md
Outdated
|
|
||
| ```julia | ||
| julia> Pkg.update() | ||
| julia> Pkg.clone("https://github.com/blegat/StochasticDualDynamicProgramming.jl") |
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.
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.
Agree to merge
Codecov Report
@@ Coverage Diff @@
## master #150 +/- ##
==========================================
- Coverage 91.2% 84.24% -6.97%
==========================================
Files 12 16 +4
Lines 853 825 -28
==========================================
- Hits 778 695 -83
- Misses 75 130 +55
Continue to review full report at Codecov.
|
No description provided.