In `BacktrackStrictlyDecreasingObjectiveUpdater`: ```cpp if (objective(trialState) <= zeta_ * objectiveValueAtCurrentNewtonStep){ ``` Only use `zeta_` here if the solution isn't converging without it.
In
BacktrackStrictlyDecreasingObjectiveUpdater:if (objective(trialState) <= zeta_ * objectiveValueAtCurrentNewtonStep){Only use
zeta_here if the solution isn't converging without it.