Contents

OptimizationStrategy.nonSmooth

An optimization strategy that can handle non-smooth problems.

Declaration

case nonSmooth

Discussion

Select this strategy when using L1 regularization. Using L1 regularization causes the optimization problem to be non-smooth. Other optimization strategies rely on the optimization problem being smooth and will likely fail to converge when using L1 regularization.

See Also

Optimization strategies