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

搜索资源列表

  1. pptOfGeneticAlgorithm

    0下载:
  2. 讲述了遗传算法的基本原理、特点、应用领域、优化设计、应用等 例:1.基于遗传算法优化的RBF网络逼近 2.遗传算法求函数极值-About the basic principles of genetic algorithms, characteristics, applications, and optimize the design, application and other cases: 1. Based on genetic algorithm optimization of R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:67777
    • 提供者:xq
  1. FitF

    2下载:
  2. 免疫算法实现多峰、多极值函数平面曲面拟合-Immune algorithm to achieve multi-peak and multi-planar surface fitting extremal function
  3. 所属分类:matlab

    • 发布日期:2015-10-09
    • 文件大小:76232
    • 提供者:changcheng
  1. PSO

    0下载:
  2. 基于matlab的粒子群(PSO)算法求解BANANA函数的极值-PSO Algorithm for Banana function optimization (Matalab)
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 与禁忌搜索动态修改邻域结构的方法不同, GLS的基本原则是通过不断改变搜索空间的地形(landscape)来帮助搜索过程逐步移出局部极值的, 也就是说搜索过程中解结构和邻域结构将保持不变, 而目标函数将被动态修改, 以使得当前的局部极值不再具有局部最优性。-Guided Local Search sits on top of local search heuristics and has as a main aim to guide these procedures in exploring e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:780358
    • 提供者:columbia
  1. PSObasedcompanychooseaddress

    0下载:
  2. 基于商业网点选址的源程序.可以不用整个种群而只是用其中一部分最为粒子的邻居,那么在所有邻居中的极值就是局部极值。 在找到这两个最优值时, 粒子根据如下的公式来更新自己的速度和新的位置 -pso based company choose address ,it can be come true on the matlab plat roof.it maybe need some optimize if it would be applied on some other neighbor
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-04
    • 文件大小:3327
    • 提供者:wh
  1. GA

    0下载:
  2. 用简单的遗传算法求解多极值函数全局最优解问题,对于不同函数通过修改目标函数即可得到-Solving multi-extremal function by simple genetic algorithm to get the optimal solution. By modifying the objective function different problems can be solved
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5378
    • 提供者:weiwei
  1. lvbochengxu

    0下载:
  2. 假定中值滤波程序的采样次数为3,要求将三次采样后的数据分别存放在寄存器R2、R3、R4中,滤波结果放在R3中 去极值平均滤波程序,要求连续采样18次,并将采样后的数据存放在内部RAM的70H到81H单元中,最后的滤波结果存放在寄存器R1中-Assumed that the median filter of the sampling frequency of the procedure for 3, requested that the three samples, respective
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:41100
    • 提供者:杨俊
  1. GS

    0下载:
  2. 用遗传算法求解函数最优化问题,可以求目标函数的极值-Function using genetic algorithm optimization problem can be of extreme value for the objective function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:186685
    • 提供者:初蕾
  1. adc7886

    0下载:
  2. 模数转换器ADC7886的驱动源程序,包含去极值求平均和得到当前单个转换结果的程序-ADC7886 ADC driver source code, including the average to extreme demand and receive the results of the current procedures for a single conversion
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:722
    • 提供者:jiangjianping
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12641
    • 提供者:tjy
  1. EvolutionaryAlgorithm

    0下载:
  2. 本例用演化算法处理了函数f=x^2在[1,31]上的极值问题。关键词:二进制编码,轮盘赌模型-Evolutionary algorithm used in this case to deal with the function f = x ^ 2 in [1,31] on the extremal problem. Keywords: binary code, roulette model
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1753
    • 提供者:kevin
  1. yichuansuanfaqiuhanshujizhibuyonggongjuxiang

    0下载:
  2. 遗传算法求函数极值 不用工具箱 matlab编写-Extremal function for genetic algorithm matlab toolbox not prepared
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1738
    • 提供者:ninan
  1. GAmax

    0下载:
  2. 遗传算法求函数极值的C++源程序,初学遗传算法的可以看看。-Extremal function for genetic algorithm of the C++ source code, beginner can look at the genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1639
    • 提供者:自由民
  1. 5

    0下载:
  2. matlab软件的使用的基础知识4,关于函数与方程(包括多项式、函数零点、函数极值,最小二乘你和)-matlab software using the basic knowledge of 4, on the function and equations (including polynomials, function zero, extremal functions, least squares and you)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:277073
    • 提供者:jiangna
  1. ecgessay

    1下载:
  2. 很详细的有关胎心电(Fetal ECG)提取方面的资料,对研究胎心电的很有帮助; 主要的算法是FastICA-Very detailed fetal heart rate power (Fetal ECG) information extraction, the study of fetal heart rate of the useful power major FastICA algorithm is
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:47650478
    • 提供者:iyoung
  1. PSO-toolbox

    0下载:
  2. PSO的matlab工具箱 群体智能算法:对求解连续函数的极值问题上比GA好用-PSO' s intelligent algorithm matlab toolbox groups: continuous function of solving the issue of the extreme ease of use than GA
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:759951
    • 提供者:lihao
  1. HJTri

    0下载:
  2. 机械优化设计黄金分割法和三次插值法,适用于无约束一维极值问题-Optimal Design of Mechanical golden section method and the cubic interpolation method, applied to non-binding one-dimensional extremum problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:785
    • 提供者:Liucan
  1. SimulatedAnnealing

    0下载:
  2. 本程序是我用于应付智能优化算法而编写的,由于水平有限加之不是计算机专业,程序中还有很多地方不够严谨是情理之中,还请谅解。 求函数极值问题,目标函数:f(y)=sqrt(y[0])+sqrt(y[1])+sqrt(y[2]) 约束条件:(y[0]*y[0]+2*y[1]*y[1]+3*y[2]*y[2])<=1-This procedure is what I used to meet intelligent optimization algorithm has been pre
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1355
    • 提供者:张司兴
  1. yichuansuanfa

    0下载:
  2. 遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:329752
    • 提供者:李瑞英
  1. jizhiwenti

    0下载:
  2. 关于单片机的极值问题的编程,比较简单的东西了-Extremal problems on the microcontroller programming, a relatively simple thing of
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:6852
    • 提供者:ss
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com