|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.sequences.CoolingSchedule
public abstract class CoolingSchedule
| Constructor Summary | |
|---|---|
CoolingSchedule()
|
|
| Method Summary | |
|---|---|
static CoolingSchedule |
getExponentialSchedule(double start,
double rate,
int numIterations)
|
static CoolingSchedule |
getLinearSchedule(double start,
int numIterations)
|
abstract double |
getTemperature(int iteration)
|
abstract int |
numIterations()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoolingSchedule()
| Method Detail |
|---|
public abstract int numIterations()
public abstract double getTemperature(int iteration)
public static CoolingSchedule getExponentialSchedule(double start,
double rate,
int numIterations)
public static CoolingSchedule getLinearSchedule(double start,
int numIterations)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||