Skip to content

Conversation

@frapac
Copy link
Member

@frapac frapac commented May 1, 2016

  • improve sphinx documentation
  • improve coverage of unit-tests
  • fix some messy code in SDDPoptimize.jl
  • add cuts pruning
  • remove deprecated code and examples

@codecov-io
Copy link

codecov-io commented May 1, 2016

Current coverage is 91.36%

Merging #65 into master will increase coverage by +5.94%

  1. 3 files in src were modified. more
    • Misses -25
    • Hits +27
  2. 2 files (not in diff) in src were modified. more
    • Misses -6
    • Hits +7
@@           master        #65   diff @@
========================================
  Files           8          8          
  Lines         638        648    +10   
  Methods         0          0          
  Branches        0          0          
========================================
+ Hits          545        592    +47   
+ Misses         93         56    -37   
  Partials        0          0          

Powered by Codecov. Last updated by 7665569...d58e004


Install a linear programming solver
-----------------------------------

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If Clp is installed by the Pkg.clone above we should state it.


and we consider the following initial position::

X0 = [50, 50]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explain why there is two values ?

:code:`costsddp` returns the value of costs along each scenario, and :code:`stocks` the evolution of each stock along time.

.. _JuMP: http://jump.readthedocs.io/en/latest/installation.html#coin-or-clp-and-cbc

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finish with a plot of the trajectories, and an estimation of the gap given by the strategy.

Polyhedral functions where cuts will be removed
"""
function prune_cuts!(model::SPModel, params::SDDPparameters, V::Vector{PolyhedralFunction})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"exact_prune_cuts!" would be more precise

@leclere
Copy link
Collaborator

leclere commented May 2, 2016

Great work !

@leclere leclere merged commit c035625 into master May 2, 2016
@leclere leclere deleted the dev-release-v0.1.1 branch May 2, 2016 12:22
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.

4 participants