Skip to content

Initial conditions and default parameters handling #739

@YingboMa

Description

@YingboMa

We need

    initial_conditions::Any # [x => 1.0, y => 2.0, z => 2y]
    # observed: [y ~ 2x]
    # [x => 1.0, y => 2*(2x)]
    default_parameters::Any

fields in various systems, so that a user can write

eqs(params) = ...
model = (name, iv, (structural_params, params)) -> ODESystem(eqs(structural_params), pins=[F, H, K...], default_params = ...)

to instantiate a new model. Default parameters are going to be merged with params using merge(default, params) so that params is preferred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions