Metadata-Version: 2.1
Name: GA-Common
Version: 0.1
Summary: Easy Use GA
Home-page: https://github.com/lipopo/ga
Author: lipo
Author-email: lipo8081@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.0
Description-Content-Type: text/markdown

# GA Common

基础遗传算法库

## Features

- 二进制编码器
- 基础的交叉变异插件
- 基础的轮盘选择器
- 基础的迭代控制器

## 整体架构图

![GA基础架构图](assets/GA整体架构.png)

## 算法模型(Pro版)

![GA算法模型](assets/GA架构模式.png)

## 示例

- [简单的GA模型](example/simple_ga/simple_ga.py)

## License

[MIT](LICENSE)


