PyANGKernel.GKExperimentStoppingCriteria

class GKExperimentStoppingCriteria

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

__init__()
activateCostCriteria()
activateFlowCriteria()
deactivateCostCriteria()
deactivateFlowCriteria()
getCostAffectedTurns()
Return type:

float

getCostIterations()
Return type:

int

getCostPercentage()
Return type:

float

getFlowAffectedTurns()
Return type:

float

getFlowIterations()
Return type:

int

getFlowPercentage()
Return type:

float

getMaximumIterations()
Return type:

int

getRGap()
Return type:

float

getRGapIterations()
Return type:

int

isCostCriteriaActive()
Return type:

bool

isFlowCriteriaActive()
Return type:

bool

setCostAffectedTurns(value)
Parameters:

value – float

setCostIterations(iterations)
Parameters:

iterations – int

setCostPercentage(value)
Parameters:

value – float

setFlowAffectedTurns(value)
Parameters:

value – float

setFlowIterations(iterations)
Parameters:

iterations – int

setFlowPercentage(value)
Parameters:

value – float

setMaximumIterations(iterations)
Parameters:

iterations – int

setRGap(value)
Parameters:

value – float

setRGapIterations(iterations)
Parameters:

iterations – int