搜索资源列表

  1. 利用遗传算法优化BP神经网络权值和阈值

    0下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,内含程序和m文件(Using genetic algorithm to optimize BP neural network weights and thresholds, containing procedures and M files)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:111616
    • 提供者:qwer123456
  1. 遗传算法原理及应用

    0下载:
  2. 遗传算法原理以及应用,运用遗传算法写了很多实例,可以参考(Genetic algorithm principles and applications, the use of genetic algorithms written a lot of examples, you can refer to)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:3237888
    • 提供者:daidai_hu
  1. 遗传算法程序

    0下载:
  2. 遗传算法程序,% 下面举例说明遗传算法 % % 求下列函数的最大值 % % f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] % % 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 % % 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:15360
    • 提供者:泡泡球
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 基于遗传算法优化神经网络进行故障诊断的研究(Genetic neural network optimization)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:53248
    • 提供者:牛行通
  1. 遗传算法Otsu

    0下载:
  2. 基于遗传算法的图像分割,大津算法,图像分割(Image segmentation based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:103424
    • 提供者:KGfive
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:木冉
  1. 遗传算法

    0下载:
  2. 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:ytx222
  1. 遗传算法程序

    0下载:
  2. 遗传算法简介以及程序(Introduction of genetic algorithm and program)
  3. 所属分类:其他小程序

  1. 遗传算法

    0下载:
  2. 利用遗传算法可以解决组合优化问题,代码很经典!(The combinational optimization problem can be solved by using the genetic algorithm, the code is classic!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:11264
    • 提供者:goodluck-2017
  1. 基于遗传算法的 TSP 算法

    0下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesma
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:146432
    • 提供者:淡然踏歌
  1. 改进遗传算法

    0下载:
  2. 改进的遗传算法,求解路径寻优的问题,加快了寻找全局最优解的速度(The improved genetic algorithm solves the problem of path optimization and accelerates the speed of finding the global optimal solution)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:逸凡
  1. chapter1遗传算法工具箱

    0下载:
  2. chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:liangzige
  1. chapter2基于遗传算法和非线性规划的函数寻优算法

    0下载:
  2. chapter2基于遗传算法和非线性规划的函数寻优算法(A Function Optimization Algorithm Based on Genetic Algorithm and Nonlinear Programming)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:34816
    • 提供者:liangzige
  1. 多种群遗传算法的函数优化算法

    0下载:
  2. 多种群遗传算法的函数优化算法,可以实现基于多种群遗传算法的函数最优化问题(Multi population genetic algorithm function optimization algorithm, can be achieved based on multiple population genetic algorithm function optimization problem)
  3. 所属分类:matlab例程

  1. 三个遗传算法matlab程序实例.

    0下载:
  2. 三个遗传算法matlab程序实例,用于简单的说明遗传算法在MATLAB中的实现过程。(Three examples of genetic algorithm matlab program)
  3. 所属分类:文档资料

    • 发布日期:2024-05-03
    • 文件大小:15360
    • 提供者:yongwong
  1. 10242419TSP遗传算法程序

    0下载:
  2. 是tsp遗传算法,详细的描述其进行的过程,可以使人很容易理解。(TSP genetic algorithm, a detailed descr iption of its process, can make it easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:134144
    • 提供者:yongwong
  1. MATLAB遗传算法

    0下载:
  2. 遗传算法和非线性规划的函数寻优,BP神经网络优化(Genetic algorithm and nonlinear programming function optimization, BP neural network optimization)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:43008
    • 提供者:drafei
  1. chapter1遗传算法工具箱

    0下载:
  2. 遗传算法实例,用于遗传算法的学习和工作,为同学和开发人员提供参考。(Genetic algorithm examples, for genetic algorithm learning and work, for students and developers to provide reference.)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. chapter7多种群遗传算法的函数优化算法

    0下载:
  2. 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:心空岁月
  1. chapter8基于量子遗传算法的函数寻优算法

    0下载:
  2. 本文件为基于量子遗传算法的MATLAB软件去寻优(This paper is based on the MATLAB software to seek optimization based on the quantum genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:心空岁月
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org