mookixiao / ga_rc_sbx

This is an implementation of genetic algorithms using real coding, simulated binary crossover and polynomial mutation. - 遗传算法、实数编码、仿二进制交叉、多项式变异

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic Algorithm

  • Features
    • Real Coding / 实数编码
    • Simulated Binary Crossover(SBX) / 仿二进制交叉
    • Polynomial Mutation / 多项式变异

About

This is an implementation of genetic algorithms using real coding, simulated binary crossover and polynomial mutation. - 遗传算法、实数编码、仿二进制交叉、多项式变异


Languages

Language:Python 100.0%