Uses of Class
jline.solvers.ag.handlers.RCATModel
Packages that use RCATModel
-
Uses of RCATModel in jline.solvers.ag
Methods in jline.solvers.ag with parameters of type RCATModelModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectAgWire.agent(int k, Matrix[] Aa, Matrix[] Pb, Matrix[] L, int[] ACT, int[] PSV, int numActions, int[] N, RCATModel rcat) The static description of agent k, as the worker needs it.voidAgWorkerClient.assign(List<Integer> agents, Matrix[] Aa, Matrix[] Pb, Matrix[] L, int[] ACT, int[] PSV, int numActions, int[] N, RCATModel rcat) Ship the static half of the owned agents.static MatrixAgAgent.stationary(Matrix Qk, RCATModel rcat, int k) Agent k's stationary vector, given its generator.voidAgExec.sweep(Matrix x, Matrix[] Aa, Matrix[] Pb, Matrix[] L, int[] ACT, int[] PSV, int numProcesses, int numActions, int[] N, RCATModel rcat, Matrix[] Qs, Matrix[] pis) Evaluate every agent at the reversed rates x, writing agent k's generator intoQs[k]and its stationary vector intopis[k]. -
Uses of RCATModel in jline.solvers.ag.handlers
Methods in jline.solvers.ag.handlers that return RCATModelModifier and TypeMethodDescriptionstatic RCATModelSolver_ag_build.solver_ag_build(NetworkStruct sn, int maxStates) Methods in jline.solvers.ag.handlers with parameters of type RCATModelModifier and TypeMethodDescriptionstatic MatrixSolver_ag_inap.agentStationary(Matrix Qk, RCATModel rcat, int k) Agent k's stationary vector, given its generator.static 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.static MetricsResultSolver_ag_metrics.solver_ag_metrics(NetworkStruct sn, INAPResult inapResult, RCATModel rcat)