hi everybody.
I have a problem. when I attemp to use gmake -f ($NAMEMODEL).mk I receive this error:
??? Undefined function or method 'gmake' for input arguments of type 'char'.
if I use the command :
!gmake -f ($NAMEMODEL).mk
it works but I can not see what gmake is dooing, the only output is :
>> !gmake -f controller.mk
gmake: `../controller.exe' is up to date.
can someone explain me hot to solve this problem? or please send me the code that I need to continue?
Many thanks,
Gian
Thanks so much! worked first time, out of the box, without modification to my previous code, to solve a family of problems that fminsearch could not. Which is better than most built-in matlab functions manage!
An implementation of the SIMPSA algorithm, a combination of simulated annealing and the simplex algorithm, can be found here:
http://biomath.ugent.be/~brecht/downloads.html
The SIMPSA algorithm was developed and described in:
Cardoso, M. F., Salcedo, R., and Feyo de Azevedo, S. (1996). The simplex-simulated annealing approach to continuous non-linear optimization. Computers and Chemical Engineering, 20(9):1065-1080.
Comment only