搜索资源列表
SimpleGA
- 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。
遺傳演算法GA
- simpleGA
SimpleGA
- 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。-The procedure for the use of a roulette wheel selection, single-point crossover and basic bit mutation operator, embedded elite reservation strategy for
SimpleGA
- 一个简单可运行的遗传算法,求取一个二次函数的最小值,代码注释清楚,非常适合初学遗传(GA)算法。-Can run a simple genetic algorithm, to obtain a quadratic function of the minimum, code comments clear, ideal for beginners genetic (GA) algorithm.
SimpleGA
- 简单的进化算法(SGA),C语言实现。提供实数编码和二进制编码两种编码方式-Simple GA ,C descr iption
SimpleGA
- Using GA toolbox to solve the simple problem problem: we want to find the solve the puzzle which the sum of every row and column are equal.
simpleGA
- 用Visual C# 编程实现的简单的遗传算法-Simple genetic algorithm implemented with Visual C# Programming
simpleGA
- 遗传算法代码。遗传算法实现物流配送问题。适合入门学习。-Genetic algorithm code. Genetic algorithm for logistics distribution. Suitable for entry learning.
simpleGA
- 基于遗传算法求解车辆路径问题,里面有相关文档说明和源码-Based on the genetic algorithm to solve the vehicle routing problem with relevant documentation and source code
SimpleGA-master
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to