|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
minimization.Bootstrap
public class Bootstrap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
boolean |
alive
|
static int |
AMOEBA
|
int |
burn
|
boolean |
debug
|
static int |
LM
|
int |
maxIter
|
int |
nModels
|
int[][] |
planetCheckBoxes
|
static int |
SA_LM
|
int |
trials
|
int[] |
voffsCheckBoxes
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Bootstrap(Kernel kernel)
Creates a new instance of bootStrapRunner |
Method Summary | |
---|---|
void |
bootstrap()
|
boolean |
burn()
|
KernelList |
getResults()
|
void |
run()
|
void |
setCircular(boolean circ)
|
void |
setIntMethod(int iM)
|
void |
setMinimization(int m)
|
void |
setProgressListener(ProgressListener windowHandle)
|
void |
setSAParameters(double aalpha,
double aT0,
int asteps,
double[] abm,
double[] abmv,
int restEvery)
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean alive
public boolean debug
public int burn
public int nModels
public int trials
public int maxIter
public int[][] planetCheckBoxes
public int[] voffsCheckBoxes
public static int LM
public static int SA_LM
public static int AMOEBA
Constructor Detail |
---|
public Bootstrap(Kernel kernel)
Method Detail |
---|
public void setMinimization(int m)
public void setSAParameters(double aalpha, double aT0, int asteps, double[] abm, double[] abmv, int restEvery)
public void setCircular(boolean circ)
public void setIntMethod(int iM)
public KernelList getResults()
public void bootstrap()
public boolean burn()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void setProgressListener(ProgressListener windowHandle)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |