-
In the hydro valley examples, generation only includes the last level instead of all levels. E.g.:
https://github.com/odow/SDDP.jl/blob/master/examples/visualisation.jl#L84
-
As raised [here](https://github.com/odow/MathOptFormat.jl/pull/14#issuecomment-342039829), what is the parallel of a solver for a standalone instance?
Maybe `solver` is a misnomer and they should b…
-
@lkapelevich this weekend I intend to squash the git history of SDDP.jl to remove the code that was split into the pro version out of the repo. Because you've forked it, I have no idea what that will …
-
Currently we remove redundancy between new cuts and old cuts. This becomes prohibitive when there is a lot of old cuts. We should instead remove redundancy among new cuts without looking at old cuts (…
-
```
printf '' | expac -S '%n' - | wc -l
8814
```
Compare to `pacman --print`:
```
% printf '' | pacman -Sddp -
error: argument '-' specified with empty stdin
```
A workaround is `expac -S '%n' - ''…
AladW updated
8 years ago
-
Can we do [Stochastic Dynamic Dual Programming](http://www.optimization-online.org/DB_FILE/2009/12/2509.pdf) using StochJuMP ?
-
Hello,
To retreive the solution for one variable we use the following piece of code as explained in the tutorial:
```
...
output = sddp(lattice,settings) ;
lattice = output.lattice;
path = ...
[~,~,…
-
We need some get_opt_control(SPmodel,params,x,t,xi,V) functions. They could factorize the code and are required for the examples.
-
Clean Extensive Formulation writing, test it and compare to SDDP. To be integrated into the simplified example.
-
Repository configuration
```
% cat /etc/pacman.d/custom
[options]
CacheDir = /var/cache/pacman/pkg/
CacheDir = /var/cache/pacman/custom/
CleanMethod = KeepCurrent
[custom]
SigLevel = Optional Trust…
AladW updated
8 years ago