搜索资源列表

  1. YICHUAN

    0下载:
  2. 基于遗传算法的模糊控制器优化设计,希望对大家有用!-Based on genetic algorithm optimization of fuzzy controller design, hope for all of us!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:weipan
  1. GSAALB

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

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

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

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

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimizati
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:stephen
  1. matlabyichuansuanfagongju

    0下载:
  2. matlab 遗传算法工具箱函数及应用实例-matlab genetic algorithm toolbox function and application examples
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:198656
    • 提供者:joyce
  1. TSP

    0下载:
  2. This the program for the TSP problem utilizing genetic algorithm.-This is the program for the TSP problem utilizing genetic algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:109568
    • 提供者:Junseok Kwon
  1. GECCO1

    0下载:
  2. This the program for the GECCO 2008 contest utilizing the genetic algorithm-This is the program for the GECCO 2008 contest utilizing the genetic algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:206848
    • 提供者:Junseok Kwon
  1. GAFMAX

    0下载:
  2. 遗传算法 求下列函数的最大值 obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].-Optimization problem by genetic algorithm of a function obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:HU
  1. GeneticAlgorithmsforMultiobjectiveOptimization.zi

    0下载:
  2. Genetic Algorithms for Multiobjective Optimization
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-20
    • 文件大小:129024
    • 提供者:saleh
  1. genetic_arithmetic

    0下载:
  2. 遗传算法作为具有系统优化、适应和学习的高性能计算和建模方法的研究渐趋成熟。在介绍遗传算法的产生和发展历史之后,慨述厂遗传算法的理论和应用情况-Genetic algorithm as a system optimization, adaptation and learning of high-performance computing and modeling method of maturing. In introducing the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:6070272
    • 提供者:韩君
  1. genetic

    0下载:
  2. 该程序为C语言编写的遗传算法,很有参考价值.-The program for the genetic algorithms is programed by C language, which is useful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:吴学明
  1. opfbyga

    0下载:
  2. optimal power flow using genetic algo-optimal power flow using genetic algo..
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 给出了遗传算法的基本参数设置要求,包括交叉、变异、选择-Given the basic parameters of genetic algorithm to set demands, including the crossover, mutation, selection, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 用遗传算法优化神经网络权值 最后实现逼近sin函数曲线-Neural network using genetic algorithm optimization to achieve the right of the value of the final function curve approximation sin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:293888
    • 提供者:无名
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the pr
  3. 所属分类:其他小程序

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

    0下载:
  2. It is simple genetic algorithm with different crossingover methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1623040
    • 提供者:optoedka
  1. MATLAB(M)

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

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

    0下载:
  2. 多目标遗传算法工具箱,内容很详细,已经测试过,文件里面有怎么使用的说明-Micro Genetic Algorithm for Multiobjective Optimization,The code is distributed for academic purposes only. It has no warranty implied or given, and the authors assume no liability f
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:francis
  1. RealGA(TwoVaribles)

    0下载:
  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
  3. 所属分类:matlab例程

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

    0下载:
  2. 本程序使用MATLAB编写的,采用RBF网络和遗传算法对数据进行优化,找出最优解-This program written using MATLAB, using RBF networks and genetic algorithms to optimize the data to find the optimal solution
  3. 所属分类:人工智能/神经网络/遗传算法

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

源码中国 www.ymcn.org