Hi,
Ive been trying to use the global optimization toolbox to optimize a model I extract from the maplesim environment.
It works fine with the regular Optimization toolbox. but when I run the optimization on the Global toolbox I get this error:
Warning, Error at t=0.0000000000000000e+000: index-1 and derivative evaluation failure
to explain a little,
I use the getCompiledProc command to turn the maplesim model into a module to be used in maple.
pjf