Hello,
first, thanks for this great piece of code! I really like the flexibility to solve various kinds of problems.
I am not sure, but I might have found a little typo in initialize_functions.m
34 % Survival 35 if (exist([problem.name,'_evaluate_population.m'],'file'))
Shouldn't this be
34 % Survival 35 if (exist([problem.name,'_survival.m'],'file'))
Kind regards, Joe
Log in to post a comment.
Hello,
first, thanks for this great piece of code!
I really like the flexibility to solve various kinds of problems.
I am not sure, but I might have found a little typo in
initialize_functions.m
34 % Survival
35 if (exist([problem.name,'_evaluate_population.m'],'file'))
Shouldn't this be
34 % Survival
35 if (exist([problem.name,'_survival.m'],'file'))
Kind regards,
Joe