Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.26 KB

File metadata and controls

32 lines (26 loc) · 1.26 KB

Interesso

Stable Dev Build Status Coverage

A powerful and extendable solver for nonlinear Trajectory Optimization (aka Optimal Control) problems using pseudo-spectral methods.

Highlights

  • Flexible Intervals: Supports flexible discretization intervals, avoiding mesh h-refinement.
  • Tight Constraints: Uses Bernstein polynomial coefficients to constraint dynamic variables tightly.
  • JuMP Backend: Choose your favorite optimizer from JuMP.jl's supported solvers.

Installation

julia> ]
  pkg> add Interesso

Usage

Find usage examples in the documentation.