搜索资源列表
tsp+vrp.rar
- 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
r01
- 遗传算法车辆应急调度, C语言版本 ,产生随机车辆行驶路径。 -Emergency vehicles, scheduling genetic algorithm, C language to generate random traffic paths.
sga
- 基于基本遗传算法的函数最优化 《遗传算法——理论、应用与软件实现》,王小平、曹立明编着 -A function of the basic genetic algorithm-based optimization "Genetic algorithm- theory, application and software implementation, Wang Xiaoping, Cao Liming, ed
Shop-scheduling-source-code
- 代码简介 典型JOB SHOP调度问题(FT10) :工序编码的遗传算法。 在上面典型JOB SHOP调度问题中,每个工件加工的时候可以选择多台机器加工。 使用工序编码的遗传算法。-a typical code Introduction JOB SHOP scheduling problem (FT10): process-coded genetic algorithm. In the above typical JOB SHOP scheduling problem, when eac
aaa
- 遗传算法解决旅行商问题-The genetic algorithm to solve the traveling salesman problem. . . . . . . . . .
AmbituityResolution_GA
- 遗传算法和自适应遗传算法解算双差整周模糊度的程序-Genetic algorithms and adaptive genetic algorithm solving the double difference integer ambiguity procedure
M-fiels
- 遗传算法优化 应用于优化获得最佳参数,测试过非常好用-Genetic algorithm optimization
Mid-ship-optimization
- 遗传算法优化船舶中剖面构件尺寸,matlab编程,先加载X文件-Ships in genetic algorithm optimization section scantlings, matlab programming, first load X files
Genetic
- 利用遗传算法求解极值问题,进化代数30,种群个数1-Extremum problem using genetic algorithm, evolutionary algebra 30, the number of population 100
yichuan
- 用遗传算法实现旅行商问题.答案可能都不一样(有时候不一定是最优的)。-Solve Traveling Salesman Problems with genetic algorithm.
GA--for-PCB-Drilling
- 将遗传算 法求解 TSP问题 的方法应 用于印制板打 孔工 艺的最优路 径选择 中.根 据 印制板上孔的位置找 出打孔的最短路径 .实现 高效率打孔 -A Genetic Algorithm ofPath Optimization for PCB Drilling
yichuanmatlab
- 在matlab环境下编写的程序,有具体的例子,适合于初学者。-The process of genetic algorithm under the environment of MATLAB, there is a specific example, suitable for beginners
GA_Lambert
- 探火轨道兰伯特问题求解,利用Matlab遗传算法工具箱进行求解,可将发射窗口搜索时间精确到年月日时分秒-Fire detection track Lambert problem solving, use of Matlab genetic algorithm toolbox to solve, you can launch window Search time accurate to the date, hour
binpacking
- it is a matlab code for bin-packing problem this problem solved with genetic algorithm output is very beautiful
MDVRP_yichuansuanfa
- 用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP- Vrp with matlab solve problems, the present program to solve the basic problem of genetic algorithm VRP routines. Each delivery point distance matrix and genetic algorithm parameters in VRP
GA
- 利用遗传算法解决列车优化运行问题,为了简化问题考虑只有一个牵引和惰性的过程。-Genetic algorithm is used to solve the problem of train operation optimization. In order to simplify the problem, there is only one process of traction and inertia.
SGA_RCPSP
- 基于RCPSP问题的的遗传算法 对应论文 (131014)Project scheduling with limited resources using a genetic algorithm-GA RCPSP
GA_JSP
- 遗传算法解决jsp问题的matlab代码,输出种群内适应度均值和最优值图像,输出甘特图-Jsp genetic algorithm to solve the problem matlab code output within the population mean fitness and the best value of the image output Gantt
Genetic-Algorithm
- 用遗传算法求解固定起始点的闭环最短旅游路线问题-Fixed starting point for solving the shortest travel route closed loop problem by Genetic Algorithm
遗传算法txt
- 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)