Class WellmixedGeometry

Object
AbstractGeometry
WellmixedGeometry

public class WellmixedGeometry extends AbstractGeometry
Geometry implementation for well-mixed (mean-field) populations.
  • Constructor Details

    • WellmixedGeometry

      public WellmixedGeometry(EvoLudo engine)
      Create a well-mixed (mean-field) geometry tied to the supplied engine.
      Parameters:
      engine - EvoLudo pacemaker
  • Method Details

    • init

      public void init()
      Generates a well-mixed graph, also termed mean-field network or unstructured population. In the limit of large population sizes, the results of IBS simulations must converge to those of the corresponding stochastic and deterministic dynamical equations as produced by SDE and ODE models.
      Specified by:
      init in class AbstractGeometry