-
The tolerances here should use the ones inside `SDDiP` instead of hard-coded `1e-8`:
https://github.com/odow/SDDP.jl/blob/951c5bf0ebc149c42465d37baee0189a84278c73/src/plugins/integrality_handlers.j…
-
Hi,
Hello,
I hope you are fine, I am trying to parallelize the simulations but it gives me an error that model is not defined
```julia
ERROR: On worker 2:
UndefVarError: model not defined
…
-
Hi,
currently I observe some issues with the variable allocation using GAMS.jl.
It seems that variables which are added to a JuMP model, when solving this model via GAMS.jl are only considered i…
-
@gjharsha has C code for parsing SMPS here: https://github.com/USC3DLAB/SD/blob/master/src/smps.h
and has expressed interest in adding it to SDDP.jl.
There are two options
- compiling and distri…
-
Hi Oscar:
We are working together with @rodripor in a hydro-thermal scheduling model. The main difference between our model and your examples is that we have two timescales (hours and days), so eve…
-
We should implement an iteration oracle that controls the iteration behaviour
- Single-Scenario (1 forward, 1 backward)
- Multi-Scenario (N forward, N backward)
- Incremental Scenario (1 F/B, 2 F/B…
-
Dear community:
We are using SDDP and it is an awesome library.
But we are having a little problem when adding a condition for the last period, when we run the training code, arise a warning messa…
-
Hello Oscar
I wanted to write to ask you where I can read in your code how you generate the forward paths when you use a markov chain (MC). Can you use MC homogenies and non-homogenies?
My doubt…
-
Hi,
I have the following error, "Probability on edges leaving node (8, 23) sum to 1.0000000000000002, but this must be in [0.0, 1.0]"
I think I understand the error but I don't know how to fix …
-
Hi,
Is it possible to create a constraint with a vector of noises (coefficients) multiplied to a variable vector? I know how to do this with one coefficient and one variable using the JuMP.set_norma…