JuliaDynamics / DynamicalSystemsBase.jl

Definition of dynamical systems and integrators for DynamicalSystems.jl
Other
53 stars 27 forks source link

Allow arbitrary lenses in `set_parameter!` #177

Closed Datseris closed 5 months ago

Datseris commented 1 year ago

We could utilize https://github.com/JuliaObjects/Accessors.jl to allow arbitrary lenses in set_parameter! to make it easier to work with nested structs as parameter containers.

Datseris commented 5 months ago

Closed with the new usage of symbolic indexing interface.