public class SGDReasoner extends Reasoner
budget, objectiveBreak, printInitialObj, tolerance
Constructor and Description |
---|
SGDReasoner() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases all resources acquired by this Reasoner.
|
float |
computeObjective(VariableTermStore<SGDObjectiveTerm,RandomVariableAtom> termStore) |
void |
optimize(TermStore baseTermStore)
Minimizes the total weighted incompatibility of the terms in the provided
TermStore.
|
public void optimize(TermStore baseTermStore)
Reasoner
public float computeObjective(VariableTermStore<SGDObjectiveTerm,RandomVariableAtom> termStore)
Copyright © 2020 University of California, Santa Cruz. All rights reserved.