Metadata-Version: 1.2
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
Description: :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()
Platform: all
