搜索资源列表
cheng
- 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
W32DasmV8.93
- matlab遗传算法工具箱101KB -matlab GA
GA
- 一个实用的遗传算法小程序,计算二元函数的极值-GA
ga
- 遗传搜索算法,可以用来搜索变量 遗传搜索算法,可以用来搜索变量-Genetic Search Algorithm
Ga-TSP-wenti
- 用遗传算法求出TSP问题,可以再excel里换自己想要的坐标(x,y) 就可以了-TSP problem is obtained using genetic algorithms, can excel in the other they want the coordinates (x, y) on it.
GA
- 这是求解多元非线性规划的遗传算法的C++的代码-Solving the multivariate nonlinear programming genetic algorithm. . . . . .
GA
- 包含了GA优化算法和传统优化算法的对比,含有题目-Contains a comparison of the GA optimization algorithm and traditional optimization algorithm, containing topics
GA-II
- 遗传算法的介绍以及变成代码,能够优化工程上的大量实际问题-The introduction of the genetic algorithm into code to optimize a large number of practical problems in engineering
ga
- 简单的遗传算法解决优化问题的汇编代码,包括单变量无约束优化、单变量有约束优化及多变量优化问题,并配以实例进行说明-Genetic Algorithms
GA
- 此程序为利用遗传算法计算电力网络故障时网络重构问题。希望对大家有帮助-This program is the use of genetic algorithms network reconfiguration problem when calculating power network failure. I hope everyone has to help
yiqunjulei
- 蚁群聚类算法,修改输入数据可直接运行,分组效果很好。-GA-Ant cluster algorithm,it can directly run by revamping the input data. The effect is very good.
tsp-GA
- 该程序解决了用遗传算法解决10个城市的tsp问题,城市的距离随机生成,可自行修改-This program solves the ten cities with genetic algorithm to solve TSP problem, the distance of the city is randomly generated, are free to modify
GA
- 遗传算法的基本代码,包括选择,交叉,变异。希望对大家有帮助~-Genetic algorithm code base, including selection, crossover and mutation. I hope everyone has to help ~
GA-MFC
- 这是一个用MFC制作的遗传算法求函数最值的程序,能对算法参数进行更改-This is a MFC produced genetic algorithms function best value program, algorithm parameters can be changed
GA
- 遗传算法pid参数优化的源程序代码,可以用该代码优化参数-GA optimization
gene_test
- y=f(x,y,z...)基于遗传算法的单一目标函数寻求最优或者最小极值点-Single objective function optimization based on GA
GA1
- 遗传算法程序代码matlab,用于可以初学者学习实现GA-Genetic algorithm matlab code
GA-vrp
- 运输成本、货损成本、时间成本等的配送成本最小化和以模糊时间窗进行量化的客户满意度最大化的多目标优化模型,采用改进遗传算法求解带模糊时间窗冷链配送问题。-A multi-objective optimization model to minimize the cost of transport and distribution costs, damage costs, costs of time and to quantify fuzzy time window to maximize custo
遗传算法多目标优化
- 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
vrp_ga-master
- 最优路径遗传算法,用于搜寻最优路径,可根据需要修改目标函数,最小成本、最短时间等(Genetic alogrithm for optimal-path searching ,available for finding out the best path,constrained by minimum-cost,minimum-time.etc.)