Skip to content

ODEEnsemble for changing parameter (not just changing initial conditions) that also works in connection with EulerLagrange. #64

@benedict-96

Description

@benedict-96

This is related to JuliaGNI/GeometricEquations.jl#17.

There are ensemble problems for some of the examples in GeometricProblems, e.g:

function odeensemble(samples = [q₀, q₁, q₂]; parameters = default_parameters, tspan = tspan, tstep = tstep)
ODEEnsemble(rigid_body_v, tspan, tstep, samples; parameters = parameters)
end
.

Is it possible to do something similar also for vector fields that are generated with EulerLagrange? At the moment this does not seem to work because of JuliaGNI/GeometricEquations.jl#17.

Metadata

Metadata

Assignees

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