You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt three-way atom classification: smooth, nonsmooth-convex, nonsmooth-concave
Replace the two-axis is_atom_linearizable_convex/concave overrides across all
atoms with a single method from the paper's three categories: is_atom_smooth,
is_atom_nonsmooth_convex, or is_atom_nonsmooth_concave. The base class derives
the old linearizable methods for backward compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments