public class ADMMReasoner extends Reasoner
budget, objectiveBreak, printInitialObj, tolerance
Constructor and Description |
---|
ADMMReasoner() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases all resources acquired by this Reasoner.
|
float |
getAugmentedLagrangianPenalty() |
float |
getEpsilonAbs() |
float |
getEpsilonRel() |
float |
getLagrangianPenalty() |
void |
optimize(TermStore baseTermStore)
Minimizes the total weighted incompatibility of the terms in the provided
TermStore.
|
void |
setEpsilonAbs(float epsilonAbs) |
void |
setEpsilonRel(float epsilonRel) |
public float getEpsilonRel()
public void setEpsilonRel(float epsilonRel)
public float getEpsilonAbs()
public void setEpsilonAbs(float epsilonAbs)
public float getLagrangianPenalty()
public float getAugmentedLagrangianPenalty()
public void optimize(TermStore baseTermStore)
Reasoner
Copyright © 2020 University of California, Santa Cruz. All rights reserved.