@ -313,14 +313,14 @@ public class PrismSettings implements Observer
"Maximal error probability (i.e. maximum probability of of a wrong result) in DAG function representation used for parametric model checking."},
//FASTADAPTIVEUNIFORMISATION
{DOUBLE_TYPE,PRISM_FAU_DELTA,"Cut off delta","4.1",newDouble(10E-12),"",
"States which get a probability below this number during the fast adaptive analysis will be removed."},
{INTEGER_TYPE,PRISM_FAU_ARRAYTHRESHOLD,"Threshold to swap to array mode","4.1",newInteger(100),"",
"If this number of iterations happened during fast adaptive uniformisation without changes to the state space, assume that further changes are unlikely."},
{INTEGER_TYPE,PRISM_FAU_INTERVALS,"Number of time intervals","4.1",newInteger(1),"",
"Splits the time of a time-bounded property into the specified number of intervals."},
{DOUBLE_TYPE,PRISM_FAU_INITIVAL,"Length of initial time interval","4.1",newDouble(1.0),"",
"Length of initial time interval in addition to regular time intervals."},
{DOUBLE_TYPE,PRISM_FAU_DELTA,"FAU cut off delta","4.1",newDouble(10E-12),"",
"For fast adaptive uniformisation (FAU), states whose probability is below this value will be removed."},
"For fast adaptive uniformisation (FAU), after this number of iterations without changes to the state space, storage is switched to a faster, fixed-size data structure."},
{INTEGER_TYPE,PRISM_FAU_INTERVALS,"FAU time intervals","4.1",newInteger(1),"",
"For fast adaptive uniformisation (FAU), the time period is split into this number of of intervals."},
{DOUBLE_TYPE,PRISM_FAU_INITIVAL,"FAU initial time interval","4.1",newDouble(1.0),"",
"For fast adaptive uniformisation (FAU), the length of initial time interval to analyse."},
},
{
{INTEGER_TYPE,SIMULATOR_DEFAULT_NUM_SAMPLES,"Default number of samples","4.0",newInteger(1000),"1,",