登录
首页 » matlab » gsapso

gsapso

于 2020-11-03 发布 文件大小:149KB
0 261
下载积分: 1 下载次数: 3

代码说明:

  引力搜索算法和粒子群算法结合优化函数的一个例子。(An example of combining gravitational search algorithm with particle swarm optimization algorithm is given.)

文件列表:

gsapso, 0 , 2018-10-31
gsapso\benchmark_functions.m, 4047 , 2012-03-30
gsapso\benchmark_functions_details.m, 2128 , 2012-03-30
gsapso\license.txt, 1339 , 2012-03-31
gsapso\Main.m, 845 , 2012-03-30
gsapso\PSOGSA.jpg, 164559 , 2012-03-30
gsapso\PSOGSA.m, 5228 , 2012-03-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eg16-fabingyuce
    《MATLAB神经网络30个案例分析》中的第16个例子,案例16 单层竞争神经网络的数据分类—患者癌症发病预测。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of example, 16 cases (16 patients with single competitive neural network data classification- cancer prediction. Hope to have certain help to everybody! )
    2013-09-20 16:31:42下载
    积分:1
  • ofdm
    一个lms算法,包含输入输出以及错误率等。全免费下载,有需要的可以拿去。(A lms algorithms, including input and output, and error rates. Full free download, need to 拿去.)
    2010-05-26 20:01:16下载
    积分:1
  • ABC-ELD
    Economic load dispatch using Artificial bee colony optimization
    2013-03-20 16:20:26下载
    积分:1
  • medianfilter
    本程序利用中值滤波对加噪图像进行处理,并取得了很好的效果。(This procedure using median filter to process the images with noise, and have achieved good results.)
    2010-07-18 11:08:07下载
    积分:1
  • Count-24-points
    算24点的程序,Matlab下使用,比赛主办方提供的参考资料,完全可以使用.(Count 24 point program, Matlab is used, the game organizers to provide reference materials can be used.)
    2013-08-14 20:57:02下载
    积分:1
  • hundun
    混沌理论教材,从不同的角度处理数据,利用最小二乘法消除线性趋势,结果好于差分方法。(Chaos theory textbooks, processing data a different angle, eliminating the use of least squares linear trend, the result is better than the differential method.)
    2014-12-20 16:26:40下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • Program-of-chap1
    The program about sliding mode control: chap1_1ctrl.m chap1_1plant.m chap1_1plot.m chap1_1sim.m ....
    2013-12-14 16:14:43下载
    积分:1
  • pf_nav
    粒子滤波在目标定位与跟踪中的应用,适合于非线性滤波算法研究。(Particle Filtering in target location and tracking application, suitable for nonlinear filtering algorithm.)
    2010-05-11 20:49:34下载
    积分:1
  • ytlkj
    Pass the specification values to the object rather than accepting the default values for N, Fc1, and Fc2. Include the sampling frequency Fs as the final input argument. Design the filter and plot the results.
    2010-05-23 20:12:40下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载