[SOLVED] Optimize selection (Evolutionary)

gutompf
gutompf New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    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,
    Marius