Skip to content

[Dev] Flow for uncontrolled problems #230

@jbcaillau

Description

@jbcaillau

@ocots when there is no control but only variables, it makes sense to be able to generate

  • either Hamiltonian flows (with augment=true or not, depending on whether the user wants the adjoint of the variables)
    f = Flow(...)
    xf, pf = f(t0, x0, p0, tf; variable=v)
  • or a basic flow (= not Hamiltonian)
    f = Flow(...)
    xf = f(t0, x0, tf; variable=v)

Typical application of the second call: direct shooting.

See also #183

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions