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

0.13 #332

Merged
merged 1 commit into from
Dec 13, 2024
Merged

0.13 #332

merged 1 commit into from
Dec 13, 2024

Conversation

PierreMartinon
Copy link
Member

Main change for v0.13 is the discretization method option: in addition to the default trapeze method, one can chose the implicit midpoint or Gauss-Legendre collocation with 2 or 3 stages. Note that higher order methods typically increase the size of the discretized problem.

Current available options are:
disc_method = :trapeze [default] | :midpoint | :gauss_legendre_2 | :gauss_legendre_3

Copy link
Contributor

Breakage test results
Date: 2024-12-13 12:30:30

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

@PierreMartinon PierreMartinon merged commit d28e84d into main Dec 13, 2024
8 checks passed
@PierreMartinon PierreMartinon deleted the v0.13 branch December 13, 2024 10:48
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