R/ffd_opt_datagen.R
ffd_draw_n_alpha.Rd
Generates arbitrary dataframes needed for discrete as well as continuous optimization problems when there are N individuals?
ffd_draw_n_alpha(
fl_w_dollar = 100,
it_w_units_avg = 5,
fl_eh_max_inc_i = 5,
fl_min_max_eh_inc_ratio = 1.5,
fl_disc_cts_match_ratio = 1.1,
fl_A_i_alpha_i1_ratio = 2,
fl_A_i_relative_ratio = 3,
it_N = 2,
it_rand_seed = 123
)
float amount of aggregate resources in dollar for both individuals
float number of goods for cts at max, approxi number for dis
float maximum increase EH for one individual
float ratio of maximum and minimum outcome increase
float if 1, disc unit = it_w_units_avg
float A_i divide the alphi_il ratio, discrete set this
float Relative ratio of A between the two individuals
integer the number of individuals
integer random seed