Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 11:17
· 2 commits to main since this release
d28e84d

CTDirect v0.13.0

Diff since v0.12.1

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

Merged pull requests: