Space

ABMEv.AbstractSpaceType
abstract type AbstractSpace

Dim is the dimension of the space, T is the element type, I to indicate finiteness

source
ABMEv.NaturalSpaceType
struct NaturalSpace{N, T} <: ABMEv.AbstractStatSpace{N,T,ABMEv.IsFinite{false}}

A natural space with dimension N and type T

source
ABMEv.RealSpaceType
struct RealSpace{N, T} <: ABMEv.AbstractStatSpace{N,T,ABMEv.IsFinite{false}}

A real space with dimension N and type T

source
ABMEv._reflect1DMethod
_reflect1D(x, inc, s)

Here we increment the trajectory of trait 1 such that it follows a reflected brownian motion (1D)

source
ABMEv.get_graphMethod
get_graph(d, t)

Returns the graph correseponding to d::DynGraphSpace at time t

source