From: S on
I use the GADS toolkit with Matlab, and the operations freeze up after a certain number of evaluations. It always occurs after about the same number of fitness evaluations (tested with different seeds and variables). The fitness function involves a fair number of heavy matrix calculations but there is enough memory on the system to handle it.
I managed to trace down the problem to the presence of one function in the fitness function (calls a commercial engine to solve eigenvalue problems). Now, the whole piece of code used to work fine for me before and works well on other machines too. Any ideas on how to fix this memory leak(?)? Any help would be greatly appreciated!!
Thanks,
GS