搜索资源列表
AG
- 通过通用演化算法模型寻找搜索优化问题的最优解。采用二进制编码方案,繁殖池选择策略。-Through the common evolutionary algorithm model search to find the optimal solution of optimization problems. Binary coding scheme, breeding pool selection strategy.
gen(1)
- AG+NN: génétic algorithm
AG
- Genetic Algorithm matlab code
AG-TSP
- 用遗传算法解决tsp问题,程序包括几个函数子程序(Using genetic algorithm to solve TSP problem)
遗传算法
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolutio
ag
- Genetic Algorithm in Matlab