Functor Experiment.Op_cyclic_r1t2k4box.Experiment


module Experiment: 
functor (Topo : Types.Topology) ->
functor (Synchro : Types.Synchronism) ->
functor (Auto : Types.Rule) -> sig .. end
Parameters:
Topo : Types.Topology
Synchro : Types.Synchronism
Auto : Types.Rule

include struct ... end
val configuration : int array Pervasives.ref
val neighbourhoods : int array array
val length : int
val complexities : float array
Free energy for each cell, see the paper.
val draw_cmplx : (float -> Graphics.color) -> float array -> int -> unit
val psi_x : float array
order parameter
val psi_y : float array
val phase : float array

Overridding Experiment.States.Experiment:
val at_first_measurement : unit -> unit
val at_last_measurement : unit -> unit
val do_measurement : time:'a -> (int -> unit) * (int -> unit)