|
rad
1.5.2
Radial Attention Model
|
Radial attention model functional specification. More...
Go to the source code of this file.
Functions | |
| double | radt (const struct objvar_st *v) |
| Radius transition. More... | |
| double | util (const struct objvar_st *v) |
| Temporal utility. More... | |
| double | cost (const struct objvar_st *v) |
| Attentional costs. More... | |
| double | wltt (const struct objvar_st *v) |
| Wealth transition. More... | |
Radial attention model functional specification.
This file contains the declarations of the radial attention example of the article. It uses exponential specification for effort costs. If you want to change the specification you have to redefine the corresponding macros of this file and re-compile.
| double cost | ( | const struct objvar_st * | v | ) |
Attentional costs.
Calculates the attentional costs by
| v | Objective function data |
| double radt | ( | const struct objvar_st * | v | ) |
Radius transition.
Calculates the next date's radius by
| v | Objective function data |
| double util | ( | const struct objvar_st * | v | ) |
Temporal utility.
Calculates the temporal utility by
| v | Objective function data |
| double wltt | ( | const struct objvar_st * | v | ) |
Wealth transition.
Calculates the next date's wealth
| v | Objective function data |
1.8.13