PyStochasticPlugin.CStochasticParams

class CStochasticParams

The CStochasticParams class

Inheritance diagram of PyStochasticPlugin.CStochasticParams

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__()
getMaxCostFactorAllowed()
Return type:

float

Gets maximum cost factor w.r.t. the least cost path to be used.

getMaxNumberPaths()
Return type:

int

Gets maximum number of paths to be used

getMaxPercentageCostOverlap()
Return type:

float

Gets maximum cost overlap between paths to be used

getUtilityFunction()
Return type:

GKFunctionCost

Gets the utility function

setMaxCostFactorAllowed(iValue)
Parameters:

iValue – float

Sets maximum cost factor w.r.t. the least cost path to be used.

setMaxNumberPaths(iValue)
Parameters:

iValue – int

Sets maximum number of paths to be used

setMaxPercentageCostOverlap(iValue)
Parameters:

iValue – float

Sets maximum cost overlap between paths to be used

setUtilityFunction(function)
Parameters:

functionGKFunctionCost

Sets the utility function