Package linear_operators :: Package iterative :: Module criterions
[hide private]
[frames] | no frames]

Module criterions

source code


Implement the criterion class. Available :

- Criterion
- QuadraticCriterion
- HuberCriterion

Classes [hide private]
  Criterion
A class representing criterions such as : ..math: || y - H x ||^2 + sum_i \hypers_i || D_i x ||^2
  QuadraticCriterion
Subclass of Criterion with all norms forced to be Norm2 instances.
  HuberCriterion
Subclass of Criterion with all norms forced to be Huber instances.
Variables [hide private]
  __package__ = 'linear_operators.iterative'