rad  1.5.2
Radial Attention Model
Data Fields
sol_t Struct Reference

Solution structure. More...

#include <rad_types.h>

Data Fields

struct grid_stxg
 Wealth grid.
 
struct grid_strg
 Radius grid.
 
struct grid_stqg
 Quantity grid.
 
struct grid_stsg
 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.
 

Detailed Description

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.


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