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

搜索资源列表

  1. acent

    0下载:
  2. 最优化算法中最速下降法的Matlab源码,很不错的源码,希望对你有用。-Optimization algorithm in the steepest descent method of Matlab source code, it is a good source, I hope useful to you.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:944
    • 提供者:丁志中
  1. russian_doll

    0下载:
  2. 俄罗斯套娃,源程序。快速开始...简单优化,效率高,时间短,最优化算法-visual c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:202326
    • 提供者:许洪铭
  1. Optimization

    0下载:
  2. 最优化计算C++程序以及实例,包含基本的矩阵运算、多元函数梯度、二阶矩阵、Cholesky分解等十三个算法源码和验证实例,在VisualStudio2010环境下调试成功,值得搞最优化算法时借鉴和参考。-Optimization calculation procedure and example C++, including basic matrix operations, multiple function gradient, second order matrix, Cholesky dec
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1505920
    • 提供者:xiaobo
  1. DSCG-unOP

    0下载:
  2. 用于数学规划的最优化算法,可以用来测试函数,求解近似的最优解-optimization algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3494
    • 提供者:sansoo
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. SMO

    0下载:
  2. C++编写的序列最小最优化算法(Sequetial Minimal Optimization)算法实现-SVM in the sequential minimal optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:10836
    • 提供者:李白
  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. conjugation

    0下载:
  2. 共轭梯度法程序,适合学习最优化算法和理论的学生,其中包括各种算例,后面附有相应的程序代码-Conjugate gradient procedure for optimization algorithms and theoretical study of students, including a variety of examples, with the corresponding code behind
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:153373
    • 提供者:贾鹏飞
  1. ga-bp

    0下载:
  2. 用遗传算法来改善BP神经网络模型,可以很好的用于最优化、预测等问题的求解-Using genetic algorithms to improve the BP neural network model, can be very good for optimization, forecasting and other problem solving
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1684
    • 提供者:童康
  1. niniu

    0下载:
  2. 用最优化算法中的拟牛顿法求解方程组的解,可以根据需要构造方程组-Optimization algorithm with the quasi-Newton method to estimate the parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:549
    • 提供者:wanyou
  1. erciguihua-

    0下载:
  2. 龚纯精通matlab最优化算法二次规划源程序-quadratic programming
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1662
    • 提供者:许天来
  1. constrained_OP

    2下载:
  2. 程序是最优化算法中的可行方向法和惩罚函数法,惩罚函数法中包括内点发外点法和混合内、外点法-Program is the feasible optimization algorithms direction method and the penalty function method, the penalty function method including the bit in the hybrid method and the internal and external method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3294314
    • 提供者:zhangwei
  1. p1

    2下载:
  2. 最优化算法中得拟牛顿法和共轭梯度法,以及Armijo型搜索和最优步长搜索。-Congradient and NiNewton algorithms in optimazation based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2660
    • 提供者:whc
  1. Steepest-descent-method

    0下载:
  2. 最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:680
    • 提供者:cola
  1. SQPAlgorithm

    2下载:
  2. 用于飞行器轨迹优化的最优化算法——SQP,其为直接打靶法、高斯伪谱法等的核心运算模块-Optimization Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:280010
    • 提供者:张馨宏
  1. linux.doc

    0下载:
  2. MATLAB编程解决具体实际的问题最优化算法解决问题-MATLAB programming to solve specific practical problems optimization algorithms to solve the problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:48484
    • 提供者:zhangmi
  1. Levenberg_Marquardt

    0下载:
  2. Levenberg Marquardt最优化算法.-the Optimization algorithm of Levenberg Marquardt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:6767
    • 提供者:jimmy
  1. zuiyouhuafangfajiMATLAByingyong

    0下载:
  2. 具体描述了各种最优化算法的原理以及应用,并结合matlab程序详尽表示了各种算法过程。-A detailed descr iption of the various kinds of optimization algorithms of principle and application, and combined with matlab detailed algorithm process of said.
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:11552595
    • 提供者:华子
  1. heter_net

    0下载:
  2. matlab 牛顿迭加法,对于最优化算法,数值分析都有很重要的作用。特别对通信的同学-matlab
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:23592720
    • 提供者:ZZZ
  1. Matlabzuiyou

    0下载:
  2. 程序为一些最优化算法,供初学者参考,内容简单明了-Procedures for some optimization algorithms, reference for beginners, content simple and clear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:7634
    • 提供者:王明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 47 »
搜珍网 www.dssz.com