搜索资源列表

  1. code_matlab-in-mathmodel(2nd)

    0下载:
  2. 《MATLAB在数学建模中的应用》(第二版)源代码,论坛已有第一版的代码。本书第二版新增“数据建模”和“蚁群算法”,并对“神经网络”部分有大幅修改,遗传算法也有增加一个案例。同时后面的实例部分也有更新。- MATLAB in Mathematical Modeling Applications (second edition) source code, the first edition of the forum have been
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3284992
    • 提供者:孙邦达
  1. TSP(GA)

    0下载:
  2. 遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. -Genetic algorithm to solve the TSP problem and the matlab code to achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:919552
    • 提供者:bigrao
  1. MATLAB_yichuan

    0下载:
  2. 多目标多峰值和多目标单峰值遗传算法的matlab代码-Multi-objective and multi-objective multi-peak single peak genetic algorithm matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xiaoj
  1. simulated-annealing

    0下载:
  2. 清华大学本科生智能优化课程报告,用模拟退火算法和遗传算法解决TSP问题,含核心代码和注释-Tsinghua University undergraduate course reports intelligent optimization, simulated annealing algorithm and genetic algorithm to solve TSP problem, including the core code an
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:390144
    • 提供者:张似衡
  1. MPGA

    0下载:
  2. 多种群遗传算法的函数优化算法,整个程序代码讲的非常详细,分享给大家希望可以对大家有帮助!-Multi-population genetic algorithm function optimization algorithm, the entire program code in a very detailed, we hope to share with all of you can help!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:华电
  1. MATLAB-path

    0下载:
  2. 使用遗传算法解决TSP问题的完整代码,含动态路径变化图-The complete code using genetic algorithms to solve TSP problems, including changes in the dynamic route map
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:ls
  1. aga

    0下载:
  2. 自适应遗传算法的matlab程序代码,主程序代码-Adaptive genetic algorithm matlab code, the main program code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhangmingyao
  1. Genetic_Algorithm_paralle

    0下载:
  2. 人工智能中遗传算法运用在最优化中的代码,如果需要应用,直接修改目标函数就可以,开发环境为Visual C++,使用C语言-The use of genetic algorithm in the optimization of the code in the application of artificial intelligence, if necessary, can directly modify the objective fun
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:237568
    • 提供者:夏杨红
  1. Adaptive-genetic-algorithm

    0下载:
  2. 基于MATLAB的自适应遗传算法的代码实现-Adaptive genetic algorithm based on MATLAB
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:louqing
  1. QGA

    0下载:
  2. 量子遗传算法的基本代码,较为简单,适合学习用-Codebase quantum genetic algorithm is simple, suitable for learning with
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhouzhou
  1. yichuan

    0下载:
  2. 遗传算法的实现,里面有详细代码的说明,关于选择交叉和变异-The implementation of genetic algorithm, there is a detailed code of instructions, about the selection of crossover and mutation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:余璇
  1. Genetic-Algorithm-for-TSP

    0下载:
  2. 本资源为自己编写的遗传算法求解TSP问题的Matlab代码,共大家共同学习和研究。-This resource for TSP is to write your own genetic algorithm Matlab code, total common learning and research.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王彭
  1. duomubiaoGA

    0下载:
  2. 这是一个使用遗传算法进行多目标优化的代码。能够很好地得到Pareto最优解。This is a genetic algorithm for multi-objective optimization of code. Can get a good Pareto optimal solution.-This is a genetic algorithm for multi-objective optimization of code. Ca
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Aries_zh
  1. JSP

    0下载:
  2. 运用遗传算法解决作业车间调度问题,此M文件为调度问题的主程序代码。-The use of genetic algorithms to solve the job shop scheduling problem, this M-file for the main program code scheduling problems.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zxy
  1. GATSP

    0下载:
  2. 遗传算法解决TSP问题的代码,可以有效运行-GA FOR TSP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:294912
    • 提供者:陆逊
  1. static_K_ga01

    0下载:
  2. MATLAB代码,采用封装法利用K近邻和遗传算法的结合对数据进行分类-MATLAB code using encapsulation method using a K-nearest neighbor and genetic algorithm combined with data classification
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:huangfuhaoran
  1. dyn_LDA_GA

    0下载:
  2. MATLAB代码,利用LDA和遗传算法对数据进行分类-MATLAB code, use LDA and genetic algorithms for data classification
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:huangfuhaoran
  1. knapsack

    0下载:
  2. 遗传算法解决背包问题,matlab 代码-Genetic algorithm to solve knapsack problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:高梦
  1. job-shop-problem

    0下载:
  2. 使用遗传算法来来解决求解车间调度问题的matlab代码-matlab code for solving job shop problem to use genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:liuao0910
  1. Path-Planning_matlab

    2下载:
  2. 在MATLAB环境下基于遗传算法的机器人路径规划代码-Path in the MATLAB environment planning based on genetic algorithm codes
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:TANG
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org