-
I have a model that I was training with dashboard = true, and the first time I run SDDP.train, it will load up a browser and visually show the progress. However, if I try training either the same mode…
-
Hi, can you please help me solve the following problem with SDDP.jl using `Ipopt` or another open-source solver:
![image](https://user-images.githubusercontent.com/7883904/189550570-2a3203c4-9592-447…
-
Some feedback from a user in my emails (search "Suggestions for JuMP tutorial" 28 February).
https://odow.github.io/SDDP.jl/stable/tutorial/basic/07_arma/
https://odow.github.io/SDDP.jl/stable/tut…
-
Particularly how to setup the `Env`.
-
For the INFORMS talk
-
I've got an infinite horizon model with `terminate_on_cycle=true` and I've been looking at this section of the code.
```julia
# ===== Begin: starting state for infinite horizon =====
…
-
Wonderful stuff. But I tried to install the most recent version on Julia 1.5.4 and got this error:
```
(@v1.5) pkg> add https://github.com/hellemo/ShortCodes.jl
Cloning git-repo `https://gi…
-
Hi Oscar,
We are modelling the optimization for a hydroelectric cascade system, one of the constraints is a dynamic equation which includes decision variable of current node, its parent node (1 stage…
-
**Is it true that MDP = Policy graphs without squiggling arrows, where transition probabilities are given by the p_{ij}'s?**
If that is true, which I think it is, then I strongly suggest you solve …
-
I am solving the linear relaxation of mixed integer convex quadratic problems with CPLEX v12.10 and CPLEX.jl v0.9.3. Even if all the problems are feasibles I sometime get no solution and the terminati…