For my constrained optimization problem,
fmincon
's active-set algorithm tends to get away from the constraint manifold.
At least it's honest about violating the constraint, since my constraint is not marked as active.
This tells me to use the interior-point algorithm instead.
This tells me how.