CCL Library
1.0
|
This structure defines the searching parameters for NHAT_search. More...
#include <ccl_learn_nhat.h>
Data Fields | |
int | dim_u |
The dimensionality of action space. | |
int | dim_n |
The number of data points. | |
int | num_theta |
Number of candidate constraints (from 0 to pi) | |
int | dim_t |
Number of parameters needed to represent a unit vector. | |
int | dim_s |
The dimensionality of the searching space. | |
double | epsilon |
Tolerance of seraching. | |
double * | min_theta |
The lower bound of theta angle. | |
double * | max_theta |
The upper bound of theta angle. | |
double * | list |
A dictionary of search space and theta angles. | |
double * | I_u |
The identity matrix. | |
double * | theta [NUM_SEARCH] |
All the theta in searching space. | |
double * | alpha [NUM_SEARCH] |
All the alpha in searching space in unit vector. | |
This structure defines the searching parameters for NHAT_search.
This structure containts the dimension and the memory of NHAT_search. It should always initialise with nhat_mem_alloc_search and destroy with nhat_mem_free_search.