VISSIM Matlab COM interface optimization problem
I m trying to perform optimisation in MAtlab to obtain the best set of car following parameters of Weidmann 99 model. The code is as follows :function optimize_vissim_params()
% Lower and upper bounds for the parameters
LB = [1 0 -20 -5 0.1 0.1 -1 0 0];
UB = [5 10 0 0 5 20 1 8 8];
VISSIM Matlab COM interface optimization problem
I m trying to perform optimisation in MAtlab to obtain the best set of car following parameters of Weidmann 99 model. The code is as follows :function optimize_vissim_params()
% Lower and upper bounds for the parameters
LB = [1 0 -20 -5 0.1 0.1 -1 0 0];
UB = [5 10 0 0 5 20 1 8 8];