[SOLVED] Optimize selection (Evolutionary)
gutompf
New Altair Community Member
Hi,
I am using Optimize selection (Evolutionary) for feature selection. I have population 30 and maximum number of generation 50. I have 10-fold crossValidation inside. So I thought that I will have 30x50x10 = 15 000 evaluations of the inner learner (I have SVM as learner in Validation). But now it run beyond 20 000 evaluations... Where I am wrong?
Thanks,
Milan
I am using Optimize selection (Evolutionary) for feature selection. I have population 30 and maximum number of generation 50. I have 10-fold crossValidation inside. So I thought that I will have 30x50x10 = 15 000 evaluations of the inner learner (I have SVM as learner in Validation). But now it run beyond 20 000 evaluations... Where I am wrong?
Thanks,
Milan
Tagged:
0
Answers
-
Hi Milan,
the population size specifies the number of individuals which survive in each generation. But since in each generation some new individuals are created and some others "die", some more evaluations have to be performed to find the best individuals.
Best,
Marius0