Originally posted by: ghosh.d7
Hi all,
My objective function is the following.
maximize sum (t in techs) (log(q*exp(-(ys[t] - ys
t-1 - k*(theta - ys
t-1) - mu)^2 / (2*v^2 + 2*gamma^2)) / sqrt(2*3.1415*(v^2+gamma^2)) + (1-q)*exp(-(ys[t] - ys
t-1 - k*(theta - ys
t-1))^2 / (2*v^2)) / sqrt(2*3.1415*(v^2))));
All the variables there are dvars, except for ys
techs which is a float data array.
Is this function not possible for CPLEX to compute the optimum for? Or is there a simplified expression that CPLEX will be able to do?
This is for a maximum log likelihood calculation.
Thanks!
#DecisionOptimization#OPLusingCPLEXOptimizer