Space
EvoId.ContinuousSegment — TypeContinuousSegment(s, e)Creates a segment space, where individuals are reflected at both ends.
Arguments
sstart of the segmenteend of the segment
Example
ContinuousSegment(1., 2.)EvoId.DiscreteSegment — TypeDiscreteSegment(s, e)Creates a discrete segement space, where individuals are reflected at both ends.
Arguments
sstart of the segmenteend of the segment
Example
DiscreteSegment(1, 2)EvoId.GraphSpace — TypeGraphSpace(g)Creates a Graph Space.
Example
using LightGraphs
g = star_graph(7)
GraphSpace(g)EvoId.NaturalSpace — TypeNaturalSpace{N,T}A natural space with dimension N and type T
EvoId.RealSpace — TypeRealSpace{N,T}()Creates a real space.
Arguments
Ndimension of the spaceTtype of the underlying traits.
EvoId.get_graph — Methodget_graph(d, t)Returns the graph correseponding to d::DynGraphSpace at time t
EvoId.get_inc — Methodget_inc(x, D, s)Returns increment corresponding to space s