enum

Attention::Goal

Inherits Enum < Comparable < Value < Object

Goal types for attention boosting

Constants

Reasoning = 0
Learning = 1
Memory = 2
Adaptation = 3
Processing = 4

Instance methods

adaptation?

Returns true if this enum value equals Adaptation

boost_factor

Get boost factor for this goal

learning?

Returns true if this enum value equals Learning

memory?

Returns true if this enum value equals Memory

processing?

Returns true if this enum value equals Processing

reasoning?

Returns true if this enum value equals Reasoning