Jose Daniel Lara
Jose Daniel Lara
xref: https://github.com/SciML/Sundials.jl/pull/247
see https://jump.dev/JuMP.jl/stable/tutorials/getting_started/performance_tips/#Disable-string-names
This is a PR with an initial implementation of POI as a substitute for ParameterJuMP. Critically, it requires using `check_numerical_bounds=false` since the option in POI to save the original constraints...
We have never checked issues in PSI related to precompiling. The new performance tests are giving some light about the massive difference between precompiled PSI and the first run. ...
In many cases, we create expressions that are re-used for constraint creation for example the ThermalGeneration bounds with services or the initial conditions. In large systems, this can be a...
The time has finally arrived to make the docs for PSI. I will open this PR as a draft to keep the conversation going on content.
When trying to add a reserve to a renewable generation, the build process fails.
The current model of Hybrid system operation can't incorporate ancillary services provision
It is possible that the input time series in the two models are very different. The initial conditions can be too distant and including FeedForwards can make some problems infeasible.
Currently when using market bid cost it can't be combined with ORDC services to allocate based on time variable bids.