|
Soar Kernel
9.3.2 08-06-12
|
#include <wma.h>
Data Fields | |
| wma_cycle_reference | access_history [10] |
| wma_d_cycle | first_reference |
| unsigned int | history_ct |
| wma_reference | history_references |
| unsigned int | next_p |
| wma_reference | total_references |
| wma_cycle_reference wma_history_struct::access_history[10] |
Definition at line 165 of file wma.h.
Referenced by wma_activate_wme(), wma_forgetting_estimate_cycle(), wma_get_wme_history(), wma_sum_history(), and wma_update_decay_histories().
| wma_d_cycle wma_history_struct::first_reference |
Definition at line 171 of file wma.h.
Referenced by wma_activate_wme(), wma_get_wme_history(), wma_sum_history(), and wma_update_decay_histories().
| unsigned int wma_history_struct::history_ct |
Definition at line 167 of file wma.h.
Referenced by wma_activate_wme(), wma_calculate_decay_activation(), wma_forgetting_estimate_cycle(), wma_get_wme_history(), wma_sum_history(), and wma_update_decay_histories().
| wma_reference wma_history_struct::history_references |
Definition at line 169 of file wma.h.
Referenced by wma_activate_wme(), wma_get_wme_history(), wma_sum_history(), and wma_update_decay_histories().
| unsigned int wma_history_struct::next_p |
Definition at line 166 of file wma.h.
Referenced by wma_activate_wme(), wma_forgetting_estimate_cycle(), wma_get_wme_history(), wma_sum_history(), and wma_update_decay_histories().
| wma_reference wma_history_struct::total_references |
Definition at line 170 of file wma.h.
Referenced by wma_activate_wme(), wma_get_wme_history(), wma_sum_history(), and wma_update_decay_histories().
1.8.1.2