Have you ever used a genetic algorithm in real-world applications?

后端 未结 6 636
不知归路
不知归路 2020-12-12 15:00

I was wondering how common it is to find genetic algorithm approaches in commercial code.

It always seemed to me that some kinds of schedulers could benefit from a G

6条回答
  •  既然无缘
    2020-12-12 15:47

    If you want to find an example, look at Postgres's Query Planner. It uses many techniques, and one just so happens to be genetic.

    http://developer.postgresql.org/pgdocs/postgres/geqo-pg-intro.html

提交回复
热议问题