Class AGResult

java.lang.Object
jline.solvers.SolverResult
jline.solvers.ag.AGResult

public class AGResult extends SolverResult
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 Details

    • iter

      public int iter
      Sweeps taken by the reversed-rate fixed point.
    • actionRates

      public Matrix actionRates
      Converged reversed rates, one per synchronizing action.
    • equilibrium

      public List<Matrix> equilibrium
      Stationary vector of every agent at the fixed point.
    • generators

      public List<Matrix> generators
      Generator of every agent at the fixed point.
  • Constructor Details

    • AGResult

      public AGResult()