Class | Description |
---|---|
ADMMObjectiveTerm |
A term in the objective to be optimized by an ADMMReasoner.
|
ADMMTermGenerator |
A TermGenerator for ADMM objective terms.
|
ADMMTermStore |
A TermStore specifically for ADMM terms.
|
HingeLossTerm |
ADMMReasoner objective term of the form
weight * max(coefficients^T * x - constant, 0) All coefficients must be non-zero. |
HyperplaneTerm |
Objective term for an ADMMReasoner that is based on a hyperplane in some way.
|
LinearConstraintTerm |
ADMMReasoner objective term of the form:
(0 if coefficients^T * x OP constant)
or (infinity otherwise).
|
LinearLossTerm |
ADMMReasoner objective term of the form
weight * coefficients^T * x |
LocalVariable |
The local context of a variable.
|
SquaredHingeLossTerm |
ADMMReasoner objective term of the form
weight * [max(coefficients^T * x - constant, 0)]^2 |
SquaredHyperplaneTerm |
Objective term for an ADMMReasoner that is based on a squared
hyperplane in some way.
|
SquaredLinearLossTerm |
ADMMReasoner objective term of the form
weight * (coeffs^T * x - constant)^2 |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.