Uses of Class
jline.solvers.ag.handlers.INAPResult
Packages that use INAPResult
-
Uses of INAPResult in jline.solvers.ag.handlers
Methods in jline.solvers.ag.handlers that return INAPResultModifier and TypeMethodDescriptionstatic INAPResultSolver_ag_inap.solver_ag_inap(RCATModel rcat) static INAPResultSolver_ag_inap.solver_ag_inap(RCATModel rcat, double tol, int maxiter) static INAPResultSolver_ag_inap.solver_ag_inap(RCATModel rcat, double tol, int maxiter, int seed) static INAPResultSolver_ag_inap.solver_ag_inap(RCATModel rcat, double tol, int maxiter, int seed, String method) static INAPResultSolver_ag_inap.solver_ag_inap(RCATModel rcat, double tol, int maxiter, int seed, String method, AgExec exec) The reversed-rate fixed point, with the agents of each sweep evaluated byexec.static INAPResultSolver_ag_inap.solver_ag_inapinf(RCATModel rcat, boolean[] isOpenProc, double tol, int maxiter) Matrix-geometric INAP ('inapinf'): the isolated OPEN components are solved directly on their infinite state space by a scalar matrix-geometric (QBD / catastrophe) decomposition -- the marginal is geometric pi_n = (1-rho) rho^n with rho the sub-unit root of the QBD characteristic equation, and any catastrophe drain to the empty state folds into the local outflow.Methods in jline.solvers.ag.handlers with parameters of type INAPResultModifier and TypeMethodDescriptionstatic MetricsResultSolver_ag_metrics.solver_ag_metrics(NetworkStruct sn, INAPResult inapResult, RCATModel rcat)