process

inline suspend fun <V, F> CellularEvolveScope<V, F>.process(crossinline action: suspend (iteration: Int, random: Random) -> Unit)

Executes action with process for CellularGA.

See also