Enum UpdateMode
Specifies the update mode of a sampled memory belief.
public enum UpdateMode
Fields
AlwaysUpdate = 0
Update the observation every cycle.
UpdateWhenSampled = 1
Update the observation whenever a memory sample is stored.
Specifies the update mode of a sampled memory belief.
public enum UpdateMode
AlwaysUpdate = 0
Update the observation every cycle.
UpdateWhenSampled = 1
Update the observation whenever a memory sample is stored.