CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 一元函数

搜索资源列表

  1. GA

    0下载:
  2. 此算法是用遗传算法解决一元函数的最值问题-This algorithm is a function of genetic algorithm to solve the most value of a dollar problem
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.33kb
    • 提供者:wyy
  1. GA_oneobject

    0下载:
  2. 基因遗传算法中的一元函数的优化举例,供广大初学之人黏贴使用-Genetic algorithm optimization of unary function example, for the majority of beginners person adhesive used
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.01kb
    • 提供者:Baixianxu
  1. ga_test

    0下载:
  2. 基于遗传算法的简单一元函数和多元单峰函数的优化(基于Sheffield的遗传算法工具箱)-A simple genetic algorithm and multi-functions of one variable optimization of a single peak function
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:秦臻
  1. 200951482GAyh

    0下载:
  2. 使用matlab求解一元函数最大值问题的代码-Solving functions of one variable maximum
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:82.36kb
    • 提供者:李白
  1. ia

    0下载:
  2. 基于matlab的免疫克隆算法,求解一元函数的最优解,可直接运行,出图-Matlab-based immune clonal algorithm to solve the optimal solution of functions of one variable, and can be run directly out of Figure
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:3.25kb
    • 提供者:杨彬
  1. Function-optimization

    0下载:
  2. 基于遗传算法的一元函数优化,求出函数最大值。-Function based on genetic algorithm optimization function obtained maximum.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:620byte
    • 提供者:夏蕾
  1. mytaylor

    0下载:
  2. 对任何给定的一元函数在指定点展开为指定阶泰勒多项式,并在指定的区间内画出原函数和其相应的展开式图形-Any given functions of one variable at a specified point expands to specify the order Taylor polynomial, and draw within the specified range of the original function and its corresponding expansion of
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:756byte
    • 提供者:XialiangLiu
  1. GAmatlab

    0下载:
  2. 基于英国舍费尔德大学开发的遗传算法工具箱函数,遗传算法的简单一元函数优化实例-Developed at the University of British Shefeierde based genetic algorithm toolbox function, genetic algorithm optimization of simple examples unary function
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:597byte
    • 提供者:dajian
  1. 54507899FLch7NNeg2

    0下载:
  2. 函数逼近的程序是一元函数的逼近,效果不错-function bijin de chengxu
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.55kb
    • 提供者:
  1. AFSA_fx

    0下载:
  2. AFSA_fx是用人工鱼群算法(artificial fish swarm algorithm)解决一元函数寻优问题。文件打开后运行AFSA_fx.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。-AFSA_fx is (artificial fish swarm algorithm) function is used to solve a dollar AFSA optimization problem. Run AFSA_fx.m file to get
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:37.29kb
    • 提供者:Rareson
  1. example1

    0下载:
  2. 一元函数的优化,利用遗传算法计算给定函数的最小值。-A function of the optimization, the genetic algorithm is used to calculate the minimum value of a given function.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.04kb
    • 提供者:陈小龙
  1. youhuashiliyiyuan

    0下载:
  2. 一元函数优化实例的MATLAB代码,给初学者们入门遗传算法提供帮助-yiyuanhanshu GA youhuashili
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1019byte
    • 提供者:mark
  1. NO1

    0下载:
  2. 对于给定的一元函数 的n+1个节点值 。试用Lagrange公式求其插值多项式或分段二次Lagrange插值多项式-For a given unary function n+1 node values. Try Lagrange polynomial interpolation formula evaluates his or piecewise quadratic Lagrange polynomial interpolation
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:97.39kb
    • 提供者:李晨
  1. Data-Fitting

    0下载:
  2. 提供一元函数插值,样条插值,多项式插值或拟合,曲线拟合等数据拟合源码-Provide one yuan function interpolation, spline interpolation, polynomial interpolation or fitting, curve fitting, etc. Data fitting source
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:20.86kb
    • 提供者:Ivy
  1. equation-Root

    0下载:
  2. 提供逆矩阵、多项式的根、一元函数零点等方程求根源码-Provide inverse matrix, polynomial roots, one yuan functions such as zero equation Root Source
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:9.35kb
    • 提供者:Ivy
  1. xiaoshengjing

    0下载:
  2. 用小生境遗传算法优化一元函数,包括主程序和各子程序,直接运行出结果。-Using niche genetic algorithm to optimize the function, including the main program and each subroutine, run directly from the results.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:michael
  1. classical GA method

    0下载:
  2. 用基础的遗传算法,对一元函数的极值进行求解计算。(With the basic genetic algorithm, the extremum of the unary function is calculated and solved.)
  3. 所属分类:matlab例程

  1. 简单一元函数优化求解

    0下载:
  2. 用遗传算法求解简单一元函数,求解过程高效可靠,是好多书的例题程序(Solving simple unary function by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:10kb
    • 提供者:liyan19995
  1. 一元二元函数

    0下载:
  2. 最近在看智能算法,是特别初期浅显的算法,适合初学者(Recently looked at intelligent algorithms, is particularly early, easy algorithm, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2kb
    • 提供者:七月不乖
  1. 粒子群算法在一元函数中的应用

    0下载:
  2. 该段源代码是基于粒子群算法在一元函数中寻优的应用,可以直观从图形表现出来
  3. 所属分类:matlab例程

« 12 3 »
搜珍网 www.dssz.com