-
Hi
I am trying to simulate a trained model with an historical simulation, but i can´t do it with the example provided [here](https://odow.github.io/SDDP.jl/stable/guides/simulate_using_a_different_…
-
Opening an issue because this feature is noticeably absent.
-
We once wrote a paper on biobjective SDDP. So I don't forget where it is, the code is here: https://github.com/odow/biobjective_paper (private link, you'll get a 404 error until I make it public).
…
-
This is a feature request.
On systems with more then one network interface it's possible to select one or more specific network interfaces.
With my tests, the daemon binding on all interfaces with p…
-
worker_1 | Installing additional dependencies...
worker_1 | ERROR: Invalid requirement: 'sddp=0.2.6' (from line 1 of /etc/sentry/…
-
https://github.com/odow/SDDP.jl/issues/435#issuecomment-872110680
Something like
````
## Relatively complete recourse
Models built in SDDP.jl need a property called _relatively complete recour…
-
I have a few queries regarding your implementation :smile:
- Did you ever try any other methods apart from the level set for solving the SDDiP Lagrangian?
- Follow up: Do you ever notice bad numer…
-
Hi, Oscar!
I want to print a model, however, i find print function doesn't work when I express this
```
ini_x=zeros(10);
index=[5,6]
model=SDDP.LinearPolicyGraph(
stages=10,
sense=:Min,
lower_…
-
I want to store my state variables in dictionaries. In normal JuMP, you can store variables in dictionaries using [anonymous variables](http://www.juliaopt.org/JuMP.jl/v0.19.0/variables/#Anonymous-JuM…
-
When trying to solve through JUMP a problem using GLPK on a Raspberry Pi using only this package for Julia I get the following error:
`LLVM ERROR: Cannot select: 0x2dbeec8: ch = init_trampoline 0x1…