搜索资源列表
模拟退火算法、遗传算法求解TSP修改版2
- 模拟退火法,最新的源代码,可以解压缩后直接使用,非常方便,很适用的-simulated annealing method, the latest source code can be extracted directly after use, very convenient, very applicable
yichuantsp
- 遗传算法求解TSP问题 原程序,无密码!-genetic algorithm for TSP program, no password!
luxingshang
- 用C编的遗传算法求解旅行商问题的源码-C series of the Genetic Algorithm for the Traveling Salesman Problem source 000000000000000000
GAtsp(C++)
- 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
knapGa
- 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
TSPGA
- 用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
Geneticalgorithmisrealizedusingc
- C#实现遗传算法,求解TSP问题,内容详细,条理清晰-Genetic algorithm is realized using c#, TSP, detailed text, clear
SGA_5
- 用遗传算法来解决多极值函数的求解问题, 程序采用了锦标赛选择方法-Using genetic algorithm to solve the multiple maximum function problem.
Improved-Genetic-Algorithm
- 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
C-multi-objective
- 用遗传算法求解多目标非线性规划问题的C程序代码-The C++ code for genetic algorithm solving multi-objective nonlinear programming problem
GATEST
- 遗传算法优化的小程序,利用遗传算法求解函数的极值。-Genetic algorithm optimization procedures, the use of genetic algorithm function extremum.
ZBGA
- 遗传算法的简单应用,用于实现求解0-32之间的最大值-Simple application of genetic algorithms for solving 0-32 to achieve the maximum between
GA-TSP
- 利用遗传算法求解30个城市的旅行商(tsp)问题,C++程序-Genetic Algorithm for TSP (tsp) problem C++ program
genetic-1
- 遗传算法的程序,第一个很简单的应用遗传算法求解问题的算法程序。适合初学者阅读。-genetic for new learner
UncertainBAPCP_new
- 本程序为针对集装箱码头船舶停靠的调度问题所开发的调度算法,算法中首先设计了基于优先级序列的船舶停靠的求解编码和解码,主要运用遗传算法进行解的优化。-This program is scheduling algorithm scheduling problems for ships dock container terminal being developed algorithm is designed based on the first ship docked priority sequenc
TspGA
- C#带winform窗口,利用遗传算法求解TSP问题-C# with WinForm window, using genetic algorithm to solve the TSP problem
GAforTSP
- VC++ 6.0环境下利用遗传算法求解三十个城市的旅行商(TSP)问题-GA for TSP