Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Control Trajectories versus Controller Parameters

Two different control-related decision sets are common:

  1. the time-varying signal u(t)\mathbf{u}(t) or its sampled values; and

  2. parameters xc\mathbf{x}_c in a policy u=κ(y;xc)\mathbf{u}=\boldsymbol{\kappa}(\mathbf{y};\mathbf{x}_c).

A direct optimized control signal contrasted with a parameterized controller that maps measurements into control.

Trajectory optimization chooses a signal; controller-parameter optimization chooses a rule that generates the signal from information.

Optimizing trajectories

A discretized trajectory may use decisions

u1,u2,,uN.\mathbf{u}_1,\mathbf{u}_2,\ldots,\mathbf{u}_N.

This offers high flexibility, reveals best-case performance, and matches optimal-control theory. However, the result may be specific to one disturbance realization, difficult to implement directly, and does not itself define feedback.

Optimizing controller parameters

Choose a realizable structure

u(t)=κ(y(t);xc),\mathbf{u}(t)=\boldsymbol{\kappa}(\mathbf{y}(t);\mathbf{x}_c),

where y(t)\mathbf{y}(t) contains available measurements. Parameters may be PID gains, state-feedback gains, estimator settings, basis weights, or MPC tuning weights.

This representation is directly implementable, explicitly feedback-based, and often lower dimensional. Its limitation is structural: a restricted controller may sacrifice ideal performance, and selecting the controller architecture is itself a design decision.

Why this matters for plant design

A plant optimized under unrestricted open-loop control may not remain best when paired with a realistic feedback structure. The control representation changes the attainable closed-loop behavior and can therefore change the optimal physical design.

Activity 6.1: Open-Loop versus Feedback Control Co-Design