CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法求解

搜索资源列表

  1. Grefenstette

    0下载:
  2. Grefenstette编码法的MATLAB实现 本文在MATLAB环境下编程实现针对TSP问题的Grefenstette编码法,并将其同基本遗传算法相结合,仿真求解一个 15点的TSP问题-Grefenstette coding method to achieve this paper, the MATLAB environment in MATLAB programming for the TSP problem Grefenstette coding method and geneti
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:25622
    • 提供者:peng
  1. tsp

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:88021
    • 提供者:chenjing
  1. gaReal

    0下载:
  2. 遗传算法实数编码求解 [Delphi] 效果显著-Real-coded genetic algorithm for solving [Delphi] the effect of significantly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:208703
    • 提供者:mingming
  1. SGA

    0下载:
  2. 一个简单的遗传算法,适用于求解函数优化问题,Visual C++编写。-A simple genetic algorithm for solving function optimization problems, Visual C++ to prepare.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:203126
    • 提供者:liwangyi
  1. yichuansuanfa

    0下载:
  2. 用来求解函数极值的遗传算法程序,用matlab写成,不错的资料-zh fk jalfj alajf lajf lnfal jfdahwf nkas jlfja ljfa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:225370
    • 提供者:一龙
  1. GA_code_for_green_wave_control

    0下载:
  2. 本人在攻读博士期间开发的用于求解城市道路交叉口绿波控制参数的遗传算法-The code was developed during the period of my study for Ph.D. degree, it can be used to solve the urban intersections green wave control problem, the method used in the coed is Genetic Algrothims
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:34714
    • 提供者:haoqideren
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:160511
    • 提供者:mark
  1. genetic_algorithm-Solve-the-TSP-problem

    2下载:
  2. 基于遗传算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Genetic Algorithm Based on 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-25
    • 文件大小:1435
    • 提供者:孙岩
  1. HybridalgorithmbasedonabalancedstudyofMTSP

    1下载:
  2. 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-15
    • 文件大小:254975
    • 提供者:Notics
  1. GoodsAllocatingProblemwithMultiAimsbasedonTheHybri

    4下载:
  2. 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
  3. 所属分类:Communication

    • 发布日期:2016-08-29
    • 文件大小:6466
    • 提供者:廖志
  1. mtspf_ga

    0下载:
  2. 基于遗传算法的多旅行商问题求解,有过程变化图-MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4145
    • 提供者:彭巍
  1. GATSP

    0下载:
  2. 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3761
    • 提供者:luoyong
  1. TSP_Based_on_Genetic_Algorithm

    1下载:
  2. 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:346459
    • 提供者:li dabao
  1. GAMST

    0下载:
  2. 基于遗传算法的最少生成树求解算法的实现. 用java语言,在Eclipse的开发平台。-Solving minimum spannig tree problem based on generic algorithm. developed with Java language on eclipse platform
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:20293
    • 提供者:胖猫
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:419091
    • 提供者:xnhcx
  1. gentclasswork

    0下载:
  2. 遗传算法在实际生活中的应用。首先简要阐述了遗传算法的基本原理和其操作步骤,之后介绍了遗传算法在各个领域的应用,采用C语言实现遗传算法对函数求值优化问题的求解-Genetic algorithm in real life applications. First, a brief descr iption of the basic principles of genetic algorithms and their steps, followed by introduction of genetic
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:44942
    • 提供者:liuyan
  1. Mutiple

    0下载:
  2. 运用免疫遗传算法来求解TSP问题,在遗传算法执行中加入免疫算子-The use of immune genetic algorithm to solve TSP problems, the implementation of genetic algorithm by adding immune operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:613785
    • 提供者:绿茶
  1. GASA

    0下载:
  2. 基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 -adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by O
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:82359
    • 提供者:李丽
  1. GAtsp

    0下载:
  2. GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:586399
    • 提供者:龚汉杰
  1. yichuansuanfa_jixieshou

    0下载:
  2. 提出一种改进的遗传算法用于求解机械手运动学逆问题. 该算法采用实数编码, 其交叉概率和变异 概率根据解的适应度函数值自适应调整. 计算机仿真结果显示, 该算法较简单遗传算法(SGA) 求解精度高, 收敛速度快且稳定性能好.-An improved genetic algorithm for solving the inverse problem of manipulator kinematics. The algorithm uses real number encoding, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:143065
    • 提供者:杨元龙
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com