public class LeapfrogIntegrator
extends java.lang.Object
| Constructor and Description |
|---|
LeapfrogIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
LeapfrogState |
step(LeapfrogState fromState,
ProbabilisticModelWithGradient logProbGradientCalculator,
double timeStep)
Performs one leapfrog of the variables with a time delta as defined by timeStep
|
public LeapfrogState step(LeapfrogState fromState, ProbabilisticModelWithGradient logProbGradientCalculator, double timeStep)
fromState - the state to leap fromlogProbGradientCalculator - the calculator for the log prob gradienttimeStep - the time delta