The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Optimize selection (Evolutionary)
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
0
Answers
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,
Marius