public abstract class Reasoner extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
budget |
protected boolean |
objectiveBreak |
protected boolean |
printInitialObj |
protected float |
tolerance |
Constructor and Description |
---|
Reasoner() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Releases all resources acquired by this Reasoner.
|
abstract void |
optimize(TermStore termStore)
Minimizes the total weighted incompatibility of the terms in the provided
TermStore.
|
void |
setBudget(double budget)
Set a budget (given as a proportion of the max budget).
|
protected double budget
protected boolean printInitialObj
protected boolean objectiveBreak
protected float tolerance
public abstract void optimize(TermStore termStore)
public abstract void close()
public void setBudget(double budget)
Copyright © 2020 University of California, Santa Cruz. All rights reserved.