So I have an objective function in the format
3*[var_1] + [ROW_MEAN_hpbh]*[var_2] + [MAX_feia] * [var_3]
where
[ROW_MEAN_hbph] is the row mean of 2 columns
[MAX_feia] is the max value of another column of the dataset
[var_1] [var_2] [var_3] are varibales with upper bound and lower bound defined
I need an expression parser where it can read the variables
The question needs some additional clarification, but here is an example script that possibly meets the objectives of the question. Please clarify, if needed.
The solution is the lower bound for all variables, but this may change if you update with your own data.
If you need to have the equations applied to each row of the data, then switch to parameter regression mode with
m.options.IMODE=2.