Initial Genetic Programming Parameters

Posted by cmptrer on Stack Overflow See other posts from Stack Overflow or by cmptrer
Published on 2010-05-06T15:49:58Z Indexed on 2010/05/11 22:44 UTC
Read the original article Hit count: 407

I did a little GP (note:very little) work in college and have been playing around with it recently. My question is in regards to the intial run settings (population size, number of generations, min/max depth of trees, min/max depth of initial trees, percentages to use for different reproduction operations, etc.). What is the normal practice for setting these parameters? What papers/sites do people use as a good guide?

© Stack Overflow or respective owner

Related posts about genetic-algorithms

Related posts about genetic-programming