搜索资源列表
gahelloworld
- 遗传算法的实现,遗传算法实现TSP问题,应用了VC语言-genetic algorithm to achieve, genetic algorithm TSP, the language used by the VC
DNAVC
- DNA遗传算法实现车辆的优化方案,VC实现程序-DNA genetic algorithm optimization of vehicle programs, procedures VC
jiyinsuanfaVC
- 基因算法的VC++实现,代码风格良好,注释清楚,是学习用的好材料。-Genetic algorithm to achieve the VC++, code style, well, comments clear, is to learn to use good materials.
1_GA
- Genetic algorithm - path finding-Genetic algorithm- path finding
GeneticAlgorithm
- 基因算法的一个简单例子。实现了复杂数学模型的最优解寻找。-Genetic algorithm is a simple example. Achieve the optimal solution of complex mathematical models to find.
genetic-algorithm
- 遗传算法源代码,用c语言编写!亲自调试可以使用!-genetic algorithm!
gp7.2.1.3
- 基因規劃法,也就是演化行計算,俗稱AI,應用範圍很廣泛-Genetic programming method, that is, the evolution of the line calculated, commonly known as AI, a wide range of applications
Simple-unction-optimization
- 本程序详细讲解了关于遗传算法的优化问题,对于学习遗传算法帮助很大-This procedure gave a detailed account on the genetic algorithm optimization problems, very helpful for learning genetic algorithm
HKWEQHUIEBDSJK
- MATLAB训练用的智能算法,有遗传蚁群蜂群各中若干 -Intelligent algorithm based on MATLAB training to use, there are a number of genetic ant colony of bees in each
tsp
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法 遗传算法的基本运算过程如下: a)初始化:设置进化代数计数器t=0,设置最大进化代数T,随机生成M个个体作为初始群体P(0)。 b)个体评价:计算群体P(t)中各个个体的适应度。 c)选择运算:将选择算子作用于群体。选择的目的是把优化的个体直接遗传到下一代或通过配对交叉产生新的个体再遗传到下一代。选择操作是建立在群体中个体