Jody Dillon

Results 75 comments of Jody Dillon

I posted this to gitter, It feels like the idea of storing indices makes sense... as Topi suggests, we are repeatedly recomputing and storing the same indices... each time a...

> we can't possibly store all the indices Not all indices or subsets of indices, but if we stored variable indices instead of the index function, perhaps that would be...

More selective of variable history creation should also help https://github.com/spine-tools/SpineOpt.jl/issues/606

A question... I'm looking at JuMP performance tips here: https://jump.dev/JuMP.jl/stable/tutorials/getting_started/performance_tips/ The second tip is to disable bridges if none are used... are we using bridges? If so, do we need...

Thanks @awgutierrez - looks like `direct_model()` halved the model build time. We already have a `run_spineopt()` keyword argument to use this - so we should possibly recommend this to users....

Sounds like the idea could be benchmarked relatively easily for an existing constraint?

Hi @Alireza64z - that functionality would be nice and is in the pipeline. However, in the meantime, there is nothing preventing you using `incremental_heat_rate` and `unit_idle_heat_rate` to do the same...

@manuelma on another note, did we ever figure out if it would be possible to add links to the more detailed documentation for entities in toolbox?

The particular use case is a gas system... and using min up and down times to achieve the same resutriction as units_started_up + units_shut_down