-
Notifications
You must be signed in to change notification settings - Fork 16
Quad regularization repack #117
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
Conversation
leclere
commented
Sep 14, 2016
- add quadratic regularization
- refactoring of run_sddp function
Current coverage is 90.75% (diff: 83.96%)
@@ dev-nightly #117 diff @@
=============================================
Files 10 12 +2
Lines 696 725 +29
Methods 0 0
Messages 0 0
Branches 0 0
=============================================
+ Hits 642 658 +16
- Misses 54 67 +13
Partials 0 0
|
|
Ok to merge. |
| equalityConstraints::Union{Void, Function} | ||
| inequalityConstraints::Union{Void, Function} | ||
|
|
||
| refTrajectories::Union{Void, Array{Float64, 3}} |
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.
That can be only temporary : an SPmodel cannot contain a "refTrajectories" which only represent an algorithm dependant property and not a stochastic model property.