|
rad
1.5.2
Radial Attention Model
|
Objective function input structure. More...
#include <rad_types.h>
Data Fields | |
| const struct model_st * | m |
| Model parameter data. | |
| double | x |
| Current wealth state. | |
| double | r |
| Current radius of attention. | |
| double | q |
| Average product quantity. | |
| double | s |
| Effort. | |
Objective function input structure.
Objective function input type.
Contains parameters, state variables and controls used to evaluate the model's objective function. The evaluation involves evaluating the temporal utility, the attentional costs, the new radius of attention and the new wealth state.
1.8.13