Template Struct IntermittentIntrospectiveStateExchangeService

Struct Documentation

template<typename Spec>
struct dish2::IntermittentIntrospectiveStateExchangeService

Used for experimental manipulations testing the fitness effect of introspective state.

(Not part of core simulation logic.)

Public Static Functions

bool ShouldRun(const size_t update, const bool alive)
template<typename Cell>
void DoService(Cell &cell)

Public Static Attributes

thread_local emp::vector<dish2::IntrospectiveState<Spec>> stash = {}