What is Crossover Probability & Mutation Probability in Genetic Algorithm or Genetic Programming?

后端 未结 4 1452
南旧
南旧 2020-12-14 07:40

What is Crossover Probability & Mutation Probability in Genetic Algorithm or Genetic Programming ? Could someone explain them from implementation perspective!

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 08:10

    It's shows the quantity of features which inherited from the parents in crossover!

    Note: If crossover probability is 100%, then all offspring is made by crossover. If it is 0%, whole new generation is made from exact copies of chromosomes from old population (but this does not mean that the new generation is the same!).

提交回复
热议问题