Skip to content

Releases: control-toolbox/CTDirect.jl

v0.6.0

24 May 14:29
a40d5cb
Compare
Choose a tag to compare
  • CTBase updated to 0.9
  • solve() applied to a DOCP now returns the solution of the discretized problem. The solution for the original OCP problem can be obtained with OCPSolutionFromDOCP()
  • documentation updated (DOCP handling, compact syntax init=sol for warmstart)

v0.5.1

23 May 12:32
108d404
Compare
Choose a tag to compare

Temporary downgrade to SymbolicsUtils 1.5 as 1.6.0 breaks some AD parts.

v0.5.0

03 May 14:51
8f63f7a
Compare
Choose a tag to compare

Unified initialization with CTBase (0.8.0)
Compact syntax for passing the initial guess data, without explicit call to OCPInit()

v0.4.6

01 May 16:14
e756855
Compare
Choose a tag to compare

Updated documentation and tutorial.
Split functions for direct transcription and interactions with the discretized problem.

v0.4.5

27 Jul 21:46
Compare
Choose a tag to compare

Methods() becomes available_methods()

0.4.0

20 Jul 12:10
89706a0
Compare
Choose a tag to compare

Significant performance improvements thanks to latest ADNLPModels (0.7.0)

0.3.0

01 Jun 09:15
e65ed85
Compare
Choose a tag to compare

Updated to CTBase 0.7
Added handling of optimization variables

v0.2.2

06 Apr 12:31
Compare
Choose a tag to compare
  • integrate v0.6 of CTBase
  • add automatic test of all problems from CTProblems
  • handling description in solve

0.2.1

01 Apr 07:37
a92028a
Compare
Choose a tag to compare

Bugfix for empty box constraints case