Skip to content

Conversation

@leclere
Copy link
Collaborator

@leclere leclere commented Sep 27, 2016

  • cleaning of main SDDP functions for more modularity
  • add quadratic-regularization
  • add cut-pruning methods
  • update to julia v0.5
  • bug corrections

frapac and others added 30 commits June 16, 2016 16:36
Problem occured when final cost was quadratic
otherwise you're creating two top-level modules in the package instead of one
move include("SDPutils.jl") inside the top-level package module
+ improve initialization of SDDP
+ remove overwriting of display function
[DOC] update documentation for core functions
+ add few elements to define SMIP interface
leclere and others added 24 commits September 13, 2016 18:12
Quad regularization repack
+ add quadratic regularization (following T.Asamov work)
+ refactor run_sddp to better identify each step of the algorithm
Conflicts:
	src/SDDPoptimize.jl
	src/objects.jl
	test/sddp.jl
Fix breaking changes in julia 0.5
@leclere
Copy link
Collaborator Author

leclere commented Sep 27, 2016

I think we should release soon to be julia v0.5 compatible asap.

@codecov-io
Copy link

codecov-io commented Sep 27, 2016

Current coverage is 91.82% (diff: 87.09%)

Merging #122 into master will decrease coverage by 1.88%

@@             master       #122   diff @@
==========================================
  Files            10         12     +2   
  Lines           683        868   +185   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            640        797   +157   
- Misses           43         71    +28   
  Partials          0          0          

Powered by Codecov. Last update e7e5303...73a5d90

@leclere leclere merged commit f11f986 into master Sep 27, 2016
@leclere leclere deleted the dev-nightly branch September 27, 2016 15:26
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.

6 participants