Matt Bossart
Matt Bossart
Keywords passed to `execute!` such as `reset_simulation` are passed to `solve` which generates a warning: ``` ┌ Warning: Unrecognized keyword arguments found. Future versions will error. │ The only allowed...
Include a NODE component such that a previously trained NODE can be included in a dynamic simulation.
The current images in the docs don't reflect the actual meta-model implemented (the generator meta-model does not show a PSS). @rodrigomha I believe you have updated versions for each but...
Currently, `post_process_branch_series` will return an incorrect current series if the simulation had a dynamic branch. The method should use `post_process_state_series` if there are dynamic values associated with the currents or...
My goal is to make the building of a simulation and the solution differentiable. This will enable sensitivity analysis of the output of a dynamic simulation wrt some parameters of...
Making PSID differentiable w.r.t parameters opens up many capabilities in parameter estimation including the training of data-driven models directly within PSID simulations. While the SciML ecosystem has the capability to...
The existing inverter models do not include current limiting. It would be good to include some models from the literature that have current limiting. @ciaranrob has started an implementation. One...
The `PerturbState` perturbation currently takes in the index of the state to be perturbed. It would be easier to use if it is re-formulated to take the device name and...