-
Hello Oscar,
I hope you're well. I am writing to you because I have a question regarding SDDP.LinearPolicyGraph and SDDP.MarkovianPolicyGraph. Suppose I have a problem where there is uncertainty in…
-
Hi,
I am implementing a Benders decomposition. I hope to build the master problem use `copy_model` with `filter_constraints`, but the `lower_bound` is not copied to the new model.
```julia
usin…
phguo updated
2 years ago
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Scientific Linux
Distribution Version | 7.8
Linux Kernel | 3.10.0-1127.18.2.el7
Architecture | x86_64
ZFS Version | 0.…
-
Hi Oscar,
Im trying to run a model in which I have 10 samples for every stage of a stochastic variable and I want that for certain stages in the model, the uncertainty takes for example sample 4, a…
-
## Describe the bug
Setting `distributed= DistributedOptions.ddp` argument in the Stoke Class as per the documentation doesn't seem to set the DDP parameter to true. It states, `DDP (currently: False…
-
As shown here, https://doi.org/10.1002/net.21932, a better way to do Periodical SDDP is to terminate the forward trial passes with the probability of 1 - the discount factor.
If you use a fixed nu…
-
Greetings,
While trying to visualize the value function of a model after reading cuts I had saved, I found out that was not possible. That is because `SDDP.read_cuts_from_file` doesn't add `SDDP.Cu…
-
Hi Oscar,
I'm trying to recover the dual associated with a constraint in my model, but the problem is that in certain cases b goes from 1:3 and from certain stage it goes from 1:5, so I don't know …
-
## Describe the bug
The by default, verbose=True option in Stoke class throws an attrs error while printing out the configuration details
`attr.exceptions.NotAnAttrsClassError: is not an attrs-de…
-
## Describe the bug
This is not a bug exactly but I need some context regarding how to implement this. I am trying to implement a novel loss function, ref - https://github.com/gfxdisp/mdf. The gist o…