# GA **Repository Path**: ekkooo/GA ## Basic Information - **Project Name**: GA - **Description**: Genetic algorithm - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GA Constrained Optimization by Genetic Algorithm #### 介绍 + GASample为老师提供的范例 + 利用遗传算法解决函数极值的无约束优化问题 #### 软件架构 + 包含种群初始化、交叉、变异、计算适值、选择等步骤 +