Package jline.api.mdd
Class MddMcdResult
java.lang.Object
jline.api.mdd.MddMcdResult
Result of the Miner-Ciardo-Donatelli level aggregation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFixed-point iterations performed.int[]|M_k| per paper level.int[][][]Mrows[k][r] = {node id, local value} of row r of M_k.booleanTrue certifies the result is EXACT with no reference solve needed; false means "not certified by this test", never "approximate" -- a product-form model is exact however much its diagram shares.double[]max |A(p)| per paper level: the largest number of distinct root-to-node paths at that level.double[][]pik[k] is the level-k stationary vector over M_k, in paper orientation.double[]Mean occupancy per station (or place), in station order.double[]Per-station utilization; null when the descriptor carries no queueing parameters.double[]Per-station throughput; null when the descriptor carries no queueing parameters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QLen
public double[] QLenMean occupancy per station (or place), in station order. -
X
public double[] XPer-station throughput; null when the descriptor carries no queueing parameters. -
U
public double[] UPer-station utilization; null when the descriptor carries no queueing parameters. -
pik
public double[][] pikpik[k] is the level-k stationary vector over M_k, in paper orientation. -
Mrows
public int[][][] MrowsMrows[k][r] = {node id, local value} of row r of M_k. -
levelSizes
public int[] levelSizes|M_k| per paper level. -
iters
public int itersFixed-point iterations performed. -
pathsPerLevel
public double[] pathsPerLevelmax |A(p)| per paper level: the largest number of distinct root-to-node paths at that level. 1 means no node there is shared, so conditioning on the node equals conditioning on the whole path above it. -
noAggregation
public boolean noAggregationTrue certifies the result is EXACT with no reference solve needed; false means "not certified by this test", never "approximate" -- a product-form model is exact however much its diagram shares.
-
-
Constructor Details
-
MddMcdResult
public MddMcdResult()
-