Originally posted by: hail lab
Hi,
Is it possible to set a stochastic parameter.
for example:
float targetSpeed = 25,26,27;
It means that the targetSpeed value can be 25 or 26 or 27
OR
float targetSpeed = N(25,2)
It means that the targetSpeed value follows a normal distribution with the mean value of 25 and standard deviation value of 2
Thanks
Hail
#DecisionOptimization#OPLusingCPLEXOptimizer