Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
benedict-96 opened this issue Apr 17, 2024 · 1 comment
Assignees

Comments

@benedict-96
Copy link
Collaborator

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.

@benedict-96
Copy link
Collaborator Author

#66 implements this for the coupled harmonic oscillator. The other HODEProblems are still missing though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant