PINEParams

PINE: Portfolio Intelligence for Nonlinear Environments

struct PINEParams {
string universe_mode;
int top_n_assets;
string[] assets;
double[] a;
double[] b;
double[] c;
double[] d;
double r_f;
double beta;
}