public class UpdateScheduler extends Object
| Constructor and Description |
|---|
UpdateScheduler(Simulation simulation) |
| Modifier and Type | Method and Description |
|---|---|
void |
decreaseTimeStep() |
LocalError |
getLargestError() |
double |
getRecalculationCutoff() |
void |
increaseTimeStep() |
void |
nextEpoch() |
void |
rescaleParameters() |
void |
setRecalculationCutoff(double recalculationCutoff) |
boolean |
timeStepWasRescaled() |
public UpdateScheduler(Simulation simulation)
public double getRecalculationCutoff()
public void setRecalculationCutoff(double recalculationCutoff)
public void nextEpoch()
public LocalError getLargestError()
public boolean timeStepWasRescaled()
public void rescaleParameters()
public void increaseTimeStep()
public void decreaseTimeStep()
Copyright © 2018. All rights reserved.