Package jline.solvers.nc
Class NCResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.nc.NCResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionPer-item occupancy of each cache node, (nitems x lists+1) keyed by node index; column 0 = miss.intdoublejline.solvers.nc.NCResult.ProbProduct-form certificate of a Petri net, set by Solver_nc_spn_analyzer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleLog normalizing constant of the analyzed model, or NaN when none was computed.Methods inherited from class jline.solvers.SolverResult
deepCopy, reset
-
Field Details
-
prob
public jline.solvers.nc.NCResult.Prob prob -
lG
public double lG -
STeff
-
it
public int it -
pij
-
hitProb
-
missProb
-
spnpf
Product-form certificate of a Petri net, set by Solver_nc_spn_analyzer. -
cacheItemProb
Per-item occupancy of each cache node, (nitems x lists+1) keyed by node index; column 0 = miss.
-
-
Constructor Details
-
NCResult
public NCResult()
-
-
Method Details
-
logNormConstAggr
public double logNormConstAggr()Log normalizing constant of the analyzed model, or NaN when none was computed. The analyzers park it in the package-privateprobblock and leave the flatlGat its zero default, so a caller outside this package that reads the field alone gets 0 for every solve.- Returns:
- log g(N), or NaN
-