|
rad
1.5.2
Radial Attention Model
|
Solution structure. More...
#include <rad_types.h>
Data Fields | |
| struct grid_st * | xg |
| Wealth grid. | |
| struct grid_st * | rg |
| Radius grid. | |
| struct grid_st * | qg |
| Quantity grid. | |
| struct grid_st * | sg |
| Effort grid. | |
| double | qadp |
| Quantity grid adaptation scale. | |
| double | sadp |
| Effort grid adaptation scale. | |
| double ** | v0 |
| Initial value function. | |
| double ** | v1 |
| Final value function. | |
| double ** | qpol |
| Quantity policy. | |
| double ** | spol |
| Effort policy. | |
| int | maxit |
| Maximum number of iterations. | |
| double | tol |
| Numerical error tolerance. | |
| double | acc |
| Achieved numerical accuracy. | |
| int | it |
| Iteration count. | |
| double | xbeg |
| Execution start. | |
| double | xend |
| Execution end. | |
Solution structure.
Solution type.
Contains solution information. This involves discretized domain data in grid_st fields, approximations of the value function and the optimal controls, numerical method parameters, output accuracy and timing. Grids and approximation variables are allocated dynamically. Disallocation is the responsibility of the user.
1.8.13