CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic

搜索资源列表

  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1514
    • 提供者:孙准
  1. ychengxu

    0下载:
  2. 遗传算法在J-SHOP调度中的应用,以上是通过matlab的程序验证。欢迎和我讨论,prettyleg@qq.com-Genetic Algorithm in J-SHOP scheduling, the above procedure is verified by matlab. Welcome and I discussed, prettyleg@qq.com
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:7365
    • 提供者:谢湘霖
  1. GA

    2下载:
  2. 自适应遗传算法 [matlab] 对遗传算法的改进 效果不错-Adaptive genetic algorithm [matlab] of genetic algorithms to improve the effectiveness of good
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:37792
    • 提供者:mingming
  1. Pairs-of-extreme-example--genetic-algorithm

    0下载:
  2. 双极值算例,采用遗传算法计算最优值,此处利用MATLAB实现仿真。-Pairs of extreme example, using genetic algorithm to compute the optimal value, where the use of MATLAB for simulation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:5296
    • 提供者:小洋
  1. MATLAB(M)

    2下载:
  2. 智能控制理论算法实现:层次聚类,hopfield网络和遗传传算法优化三个源代码文件-Intelligent control theory algorithms: hierarchical clustering, hopfield network and genetic algorithm optimization three source codes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1783
    • 提供者:zyh
  1. pid_chanshu

    0下载:
  2. 基于遗传算法的PID参数的PID参数整定,在matlab环境下的源程序.PID参数的整定有两种可用的方法,理论设计法及实验确定法.-Based on genetic algorithm of the PID parameters of PID parameter tuning in matlab source environment. PID tuning parameters, there are two available methods, theory and experimental d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1524
    • 提供者:建军
  1. expert

    2下载:
  2. 油气解释专家系统源码,用于油田油气水的测录井解释,使用了遗传学算法-Oil and Gas explain the expert system source code for the oil and gas fields of water logging interpretation using genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:39009
    • 提供者:gpluo
  1. matlab

    0下载:
  2. 为大家提供方便,遗传算法电力系统无功优化-genetic algorithm reactive power optimization program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:9374
    • 提供者:丛琳
  1. quantum

    3下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2962
    • 提供者:meng
  1. 1

    0下载:
  2. 用matlab编写的采用遗传算法进行图像分割的一个程序-using Matlab prepared using genetic algorithms for image segmentation of a program
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:351706
    • 提供者:向峰
  1. parallelgenetic

    0下载:
  2. 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1312804
    • 提供者:wrq
  1. NicheSGA

    0下载:
  2. 改进的小生境遗传算法和源程序实现,metalab实现-Improved genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14205
    • 提供者:liuliu
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14835
    • 提供者:张广乐
  1. GSAALB

    4下载:
  2. 装配生产线任务平衡优化遗传算法通MATLAB源码,下面的源码实现了装配生产线任务平衡优化问题(ALB问题)的遗传算法,算法主要参考下面这篇文献,并对其进行了改进。-Task of assembly line balancing optimal genetic algorithm-pass MATLAB source code, the following source code to achieve the task of assembly line balancing optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1921
    • 提供者:孙准
  1. RealGA(TwoVaribles)

    2下载:
  2. 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1554
    • 提供者:王巍
  1. GABPMATLAB

    4下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,然后进行训练,利用训练好的模型进行预估。附实例-The use of genetic algorithm to optimize BP neural network weights and thresholds, and then training, training a good use of forecast models. Attached examples
  3. 所属分类:Energy industry

    • 发布日期:2014-09-02
    • 文件大小:20901
    • 提供者:汲平
  1. NSGA-II

    1下载:
  2. NSGA-II遗传算法的文档,里面的内容比较好理解,是学习遗传算法的必备知识-Genetic Algorithm NSGA-II of the document, which is better understanding of the content is a genetic algorithm to learn the knowledge necessary
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-18
    • 文件大小:354071
    • 提供者:zhang
  1. SA_GA

    3下载:
  2. 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-11
    • 文件大小:5833
    • 提供者:杨剑浩
  1. ga_bp

    0下载:
  2. 用遗传算法优化神经网络,有关函数已经经过更新,以适应matlab新版-Neural network using genetic algorithm, the function has been updated to accommodate the new version of matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:4091
    • 提供者:renly
  1. matlab

    1下载:
  2. 利用遗传算法中的gaopt函数求解函数最优化问题-The use of genetic algorithms in function gaopt function optimization problem solving
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:1594
    • 提供者:Alice Wang
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com