Tony Downward

Results 3 issues of Tony Downward

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 ===== starting_states =...

user-question

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....

bug

Pressing ctrl+c while training doesn't always terminate the forward pass, and instead gives a warning about numerical difficulties. I think that the `JuMP.termination_status` needs to be checked that it's not...