CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 最优化算法

搜索资源列表

  1. ga0000000000000

    0下载:
  2. 遗传算法的一个实例。m个工件分配给m架机床的效益最优化问题,使用一种遗传算法解决。-a genetic algorithm examples. M m allocated to the workpiece-machine efficiency optimization, the use of a genetic algorithm.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3192
    • 提供者:lee
  1. randbbuid

    0下载:
  2. 此文件利用最新的加斯拉奇算法制造随机种子给随机数的数理统计达到最优化
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2146
    • 提供者:王龙
  1. someoptimiummethod

    0下载:
  2. 一些简单最优化方法的matlab实现和非线性规划算法
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4078
    • 提供者:minmin
  1. linearprogram

    0下载:
  2. 线性规划算法,来自于《精通MATLAB最优化计算》-linear program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:2440
    • 提供者:wind
  1. YSPSO

    0下载:
  2. 带压缩因子的粒子群算法,来自于《精通MATLAB最优化计算》-pso with compressibility factor
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:642
    • 提供者:wind
  1. LinWPSO

    0下载:
  2. 权重改进的粒子群算法,来自于《精通MATLAB最优化计算》-pso with improved weighted factor
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:565
    • 提供者:wind
  1. RandWPSO

    1下载:
  2. 随机权重粒子群算法,来自来自于《精通MATLAB最优化计算》- pso with random weight
  3. 所属分类:书籍源码

    • 发布日期:2014-10-11
    • 文件大小:586
    • 提供者:wind
  1. LnCPSO

    0下载:
  2. 变学习因子粒子群算法,来自于《精通MATLAB最优化计算》-pso with variant learning factor
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:548
    • 提供者:wind
  1. mastering_matlab

    1下载:
  2. 精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 -The main contents of the book is the
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:153255
    • 提供者:李可
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. GA

    0下载:
  2. 使用遗传算法进行最优化计算的方法,其中包含遗传算法中需要的各个子程序-Using a genetic algorithm optimization calculation method, which contains the genetic algorithm requires each subroutine
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:6779
    • 提供者:qingqing
  1. chapter-14-GA-algorithm

    0下载:
  2. 遗传算法的源码(精通matlab最优化计算第14章)-The source of the genetic algorithm (proficient matlab optimization calculation Chapter 14)
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:6102
    • 提供者:张瑞
  1. sccz

    0下载:
  2. 三次插值算法一个小例子,用于计算多元方程的最小值,也就是最优化问题-A small example cubic interpolation algorithm for the calculation of the minimum value of the multi-equation optimization problem, which is the most
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:707
    • 提供者:xm
  1. Proficient-in-MATLAB-optimization

    0下载:
  2. 精通MATLAB最优化计算一书源码。很多算法,值得拥有。-Proficient in MATLAB optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:39936
    • 提供者:冯辉君
  1. P13-ParticleSwarmOptimization

    0下载:
  2. MATLAB最优化计算\第13章 粒子群优化算法-failed to translate
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:8954
    • 提供者:刘云飞
  1. Trust-RegionInterior_Point

    0下载:
  2. 本代码为《最优化理论与方法》书籍重的信赖域算法的代码,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" heavy books trust region algorithm code, the code of the objective function and constraints may need to change the initial value
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:4234
    • 提供者:wxq
  1. conjugate-gradient-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:4788
    • 提供者:wxq
  1. Optimization-Algorithms

    1下载:
  2. 《最优化方法及其matlab程序设计》的源代码,包含很多经典的最优化算法-" Matlab optimization methods and procedures," the source code, including many classic optimization algorithms
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:35500
    • 提供者:wangyu
  1. Optimization-code

    0下载:
  2. 最优化算法程序,包含费线性最小二乘、共轭梯度法、牛顿法-Linear least squares optimization algorithm procedures, including fees, conjugate gradient method, Newton method and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:39802
    • 提供者:小小
  1. random_end

    0下载:
  2. 最优化算法,内含几十种最优化函数,适合不同的场景的应用-Optimization algorithm, containing dozens of optimized functions for different application scenarios
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:910383
    • 提供者:破晓
« 12 »
搜珍网 www.dssz.com