搜索资源列表
Knapsack-problem-based-on-GA
- 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper
genetic-algorithm
- 这是一个简单的遗传算法的实现。。。希望可以对研究遗传算法的初学者有所帮助-This is the realization of a simple genetic algorithm. . . I hope you can help beginners on the study of the genetic algorithm
genetic-algorithm-cPP-implementation
- 简单的遗传算法c++实现,仅供参考,共同学习共同进步。-Simple genetic algorithm c++ implementation, for reference, shared learning and common progress.
AI_genetic_algorithm_CPP
- 该遗传算法是用C++语言实现的,结构简单,适合初学者参考学习。-The genetic algorithm is implemented in c++ language, simple structure, suitable for beginners reference study.