이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 11. Evolutionary Algorithms
11.1. Overview 링크 복사링크가 클립보드에 복사되었습니다!
Evolutionary Algorithms work on a population of solutions and evolve that population.
11.2. Evolutionary Strategies 링크 복사링크가 클립보드에 복사되었습니다!
This algorithm has not been implemented yet.
11.3. Genetic Algorithms 링크 복사링크가 클립보드에 복사되었습니다!
This algorithm has not been implemented yet.
A good Genetic Algorithms prototype in Planner was written some time ago, but it wasn’t practical to merge and support it at the time. The results of Genetic Algorithms were consistently and seriously inferior to all the Local Search variants (except Hill Climbing) on all use cases tried. Nevertheless, a future version of Planner will add support for Genetic Algorithms, so you can easily benchmark Genetic Algorithms on your use case too.