Package | Description |
---|---|
org.linqs.psl.reasoner.admm.term |
Modifier and Type | Class and Description |
---|---|
class |
HingeLossTerm
ADMMReasoner objective term of the form
weight * max(coefficients^T * x - constant, 0) All coefficients must be non-zero. |
class |
LinearConstraintTerm
ADMMReasoner objective term of the form:
(0 if coefficients^T * x OP constant)
or (infinity otherwise).
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.