enums.ConstraintSolveMethod

enums.ConstraintSolveMethod()

How a sketch’s constraints are satisfied.

Distinct from OptimizerMethod: the constraint solver’s default is a minimum-norm Newton projection, which has no meaning as a descent method for a design objective.

Attributes

Name Description
ADAM Optax Adam on the residual.
NEWTON Minimum-norm projection onto the constraint manifold.
SGD Optax SGD on the residual.