Sam Isaacson

Results 323 comments of Sam Isaacson

Does that have any potential (performance?) impacts on using parameter objects with mixed types (i.e. including a mix of functions, floats, ints, etc in a type-stable manner)? Or would this...

Do you have an example of what you intend by using named tuples in place of kwarg spatting?

I never even got autodiff to finish on BCR - I gave up after waiting a while. This was last year though...

`SymbolicContinuousCallback`s could be modified to accept an `affect_neg!` function too: https://github.com/SciML/ModelingToolkit.jl/blob/01186a4b41c0100dfd65f84dd188d0739f238976/src/systems/callbacks.jl#L73

@paulflang I can add that for you, but might not be till later in the week.

I'm trying to finish off getting normal events into SDEs and jump processes first: https://github.com/SciML/ModelingToolkit.jl/pull/1714

If this is added to the generated functions can their be a kwarg to disable it in `build_function`? I don’t think one would want this for a one line function...

I'm not sure I understand the issue either, but if it could help @shashi had previously setup the ability to use integrators as part of `build_function` constructed callbacks for jump...

Is it possible to just cache that function internally after the first call to `sol[capacitor.v]`, so subsequent calls are fast? For actual variables, not observables, why is it slow? Couldn't...

Yeah, I thought as much. Feel free to move to Symbolics if this makes more sense there. I could envision how that is just a pre or post processing step...