clarion.tools
Class ParamSweeping
java.lang.Object
clarion.tools.ParamSweeping
- public class ParamSweeping
- extends java.lang.Object
This class is to implement running CLARION in different configuraion settings.
Method Summary |
void |
setProbability(int compIdx,
int idx,
int netIdx,
int ruleType)
|
void |
setTemperature(int compIdx,
int idx,
int netIdx,
int ruleType)
|
void |
setThreshold(int compIdx,
int idx,
int netIdx,
int ruleType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamSweeping
public ParamSweeping(Global g)
setTemperature
public void setTemperature(int compIdx,
int idx,
int netIdx,
int ruleType)
setThreshold
public void setThreshold(int compIdx,
int idx,
int netIdx,
int ruleType)
setProbability
public void setProbability(int compIdx,
int idx,
int netIdx,
int ruleType)