enum

AgentZero::AgentNetwork::AgentSelection

Inherits Enum < Comparable < Value < Object

Constants

All = 0
ActiveOnly = 1
HighTrust = 2
RandomSample = 3

Instance methods

active_only?

Returns true if this enum value equals ActiveOnly

all?

Returns true if this enum value equals All

high_trust?

Returns true if this enum value equals HighTrust

random_sample?

Returns true if this enum value equals RandomSample