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

Implicit Runge Kutta #330

Merged
merged 37 commits into from
Dec 11, 2024
Merged

Implicit Runge Kutta #330

merged 37 commits into from
Dec 11, 2024

Conversation

PierreMartinon
Copy link
Member

@PierreMartinon PierreMartinon commented Dec 5, 2024

Done:

  • implementation for generic implicit Runge Kutta methods, illustrated with 3 Gauss Legendre formulas :gauss_legendre_1 (same method as :midpoint but with a generic, less effective implementation), :gauss_legendre_2 and :gauss_legendre_3. Using piecewise linear control with time steps as nodes, except for 1-stage methods that use piecewise constant interpolation.
  • path constraints block in specific function again, evaluated at time steps

Copy link
Contributor

github-actions bot commented Dec 5, 2024

Breakage test results
Date: 2024-12-11 17:51:42

Package name latest stable
OptimalControl.jl compat: v0.12.1 compat: v0.12.1

@PierreMartinon PierreMartinon merged commit 4b6eaa2 into main Dec 11, 2024
7 checks passed
@PierreMartinon PierreMartinon deleted the irk_uparam branch December 11, 2024 16:05
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

Successfully merging this pull request may close these issues.

1 participant