The original plan was to split what-is-now PowerSimulations.jl into 3 pieces:
InfrastructureOptimizationModels.jl: the optimization mathematics. Builds objective functions and constraints; no components and no PSY dependency.
PowerOperationsModels.jl: runs single-time step problems. Components, formulations, etc.
- "the new
PowerSimulations.jl" [unofficial name]: high level simulation framework--anything multi-timestep belongs here, like feed-forward and parameter updates.
We have IOM and POM pretty fleshed out, but "the new PSI" does not exist yet.
The original plan was to split what-is-now
PowerSimulations.jlinto 3 pieces:InfrastructureOptimizationModels.jl: the optimization mathematics. Builds objective functions and constraints; no components and no PSY dependency.PowerOperationsModels.jl: runs single-time step problems. Components, formulations, etc.PowerSimulations.jl" [unofficial name]: high level simulation framework--anything multi-timestep belongs here, like feed-forward and parameter updates.We have IOM and POM pretty fleshed out, but "the new PSI" does not exist yet.