Greg Horn

Results 85 issues of Greg Horn

feature request

Make this optional using DirCollOpts

feature request

Having one control per collocation point is already supported by the algebraic variables. Plus there are some good reasons to use piecewise constant controls....

I could easily add parameters and final (full) quatratures. It would also be nice to output KKT conditions, if i can get them from the NLP solver

feature request
plotter

These should be split into upper and lower constraints using the sign of the multipliers, then summed. Should be trivial

feature request

The graph coloring solution for https://github.com/ghorn/dynobud/issues/84 doesn't apply to `OcpHomotopies` because fixed parameters `fp` weren't lifted. I think this can be fixed by not using `fp` for homotopies, but by...

bug
high priority

Need instances for `Vectorize` and `View`. For `View` it should just be adding `Viewable` instances for those vectors. For `Vectorize` maybe I should add a `Vectorizable` class.

feature request