Table of Contents

Enum UpdateMode

Namespace
Aplib.Core.Belief.Beliefs
Assembly
Aplib.Core.dll

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.