rad  1.5.2
Radial Attention Model
Data Fields
model_t Struct Reference

Model structure. More...

#include <rad_types.h>

Data Fields

double alpha
 Attentional costs factor.
 
double beta
 Discount factor.
 
double delta
 Memory persistence.
 
double gamma
 Complementarity factor.
 
double R
 Return.
 
objpart_t util
 Utility function.
 
objpart_t cost
 Cost function.
 
objpart_t radt
 Radius transition.
 
objpart_t wltt
 Wealth transition.
 

Detailed Description

Model structure.

Model Type.

Contains model's parameters and objective function parts. Hooking the objective function pars is the responsibility if the user. The structure is used in binary file IO operations. The convention for the order of model parameters is that they appear in lexicographic order as fields. Function callbacks always appear in the end and the order of appearance does not matter.


The documentation for this struct was generated from the following file: