EndConditions Module
Functions and values
Function or value | Description |
Full Usage:
afterIteration iteration arg2 currentIteration
Parameters:
int
arg1 : Solution<float> list
currentIteration : int
Returns: bool
|
|
Full Usage:
convergence thin chainCount
Parameters:
int
chainCount : int
Returns: EndCondition<float>
|
|
|
|
Full Usage:
stationarySquaredJumpDistance' fixedBin pointsRequired results arg4
Parameters:
int
pointsRequired : int
results : Solution<float> list
arg3 : int
Returns: bool
|
An `EndCondition` that calculates that segregates the most recent n results into five bins, and runs a regression to detect a temporal variation in the mean squared jumping distance (MSJD). The significance of the slope coefficient of a linear regression is assessed to determine if the MSJD is increasing through time for every parameter sequentially: if all p-values are >0.1, then the `EndCondition` is true.
|