Problem#
- class t3toolbox.backend.optimizers.Problem#
A fixed-rank least-squares fitting problem
min_x ½‖S(x) - data‖²for a sampling opSon geometrygeom. Layout-agnostic: it holds the operator (kind), the geometry, and the FULL(sample, data).local_model/objectivelinearize / evaluate at a point on the full data, or on an explicitly-passed minibatch(sample, data)(e.g. from adraw). TheProblemitself owns no minibatch-layout logic – where the sample stackWlives, how to slice it – that is thekind’s (kind.takefor the default flat draw) or the user’sdraw.- geom: GeometryOps#
- kind: t3toolbox.backend.common.typ.Any#
- sample: t3toolbox.backend.common.typ.Any#
- data: t3toolbox.backend.common.typ.Any#
- regularizer: t3toolbox.backend.common.typ.Any = None#
Methods#
|
Linearize at |
|
|