Metadata-Version: 2.1
Name: GA-fiachia
Version: 1.0.1
Summary: Genetic Algorithm
Home-page: UNKNOWN
Author: fiachia
Author-email: 208473302@qq.com
Maintainer: fiachia
Maintainer-email: 208473302@qq.com
License: BSD License
Platform: all

:Name: GA
:Author: fiachia
:Function: Genetic Algorithm
:Defect: Genetic Algorithm

use:
####
* def method()
* gene=Gene(value, length, method1, name)
* chromosome=Chromosome(\*genes, length, method2)
* ga=GA(\*chromosomes, maxItem=1, minThreshold=0, maxThreshold=100, eliminationRate=0.5, groupTimes=1, mutation_pro=0.3, static_value: Gene = None))
* ga.run()
* result=GA_result.bestResult()

