How do I choose between the two algorithms?Damped least squares finds the descent direction from numerical derivatives of the merit function and is generally recommended for imaging systems. Orthogonal descent orthogonalizes the variables and samples the solution space discretely, computing no numerical derivatives. It has the advantage where detector pixels make the merit function discontinuous.
Will I get the global optimum?It is not guaranteed. A broad search rarely finds the global optimum on its own, and there is no known method for deciding, for a general optimization problem, whether a lower minimum exists once a local minimum has been reached. In practice you gather candidates broadly and then refine one or two.
How does this differ from tolerance analysis?The purposes differ. This capability moves design variables to improve the nominal design. Tolerance analysis applies a range of machining and assembly variation, evaluates the degradation and finds the acceptable tolerances. They are separate tasks, though this capability is used within tolerance analysis to find the optimum compensator values.
What can be a variable?Curvature, thickness, glass, conic constant, parameter data, extra data and multi-configuration numeric data. They are specified by placing a variable solve on the cell. Coating layer coefficients and index corrections can also be constrained with boundary operands.