Package jline.solvers.ag
Class AGResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.ag.AGResult
Result of the agent-based (RCAT) solver.
Beside the mean measures every solver reports, this carries the three
objects the decomposition is actually about: the converged reversed rates,
one scalar per synchronizing action, and the per-agent generators and
stationary vectors they induce. They are the whole coupling between agents,
which is why a distributed sweep exchanges only actionRates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionConverged reversed rates, one per synchronizing action.Stationary vector of every agent at the fixed point.Generator of every agent at the fixed point.intSweeps taken by the reversed-rate fixed point. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.solvers.SolverResult
deepCopy, reset
-
Field Details
-
iter
public int iterSweeps taken by the reversed-rate fixed point. -
actionRates
Converged reversed rates, one per synchronizing action. -
equilibrium
Stationary vector of every agent at the fixed point. -
generators
Generator of every agent at the fixed point.
-
-
Constructor Details
-
AGResult
public AGResult()
-