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

搜索资源列表

  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. Matlab-optimization-function

    0下载:
  2. Matlab 最优化函数,遗传算法,人工鱼群算法等各种优化算法。-Matlab optimization function, genetic algorithms, artificial fish school algorithm and other optimization algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3533
    • 提供者:李艳敏
  1. LinearProgram

    1下载:
  2. 在数学中,线性规划 (Linear Programming,简称LP) 问题是目标函数和约束条件都是线性的最优化问题。 线性规划是最优化问题中的重要领域之一。很多运筹学中的实际问题都可以用线性规划来表述。线性规划的某些特殊情况,例如网络流、多商品流量等问题,都被认为非常重要,并有大量对其算法的专门研究。很多其他种类的最优化问题算法都可以分拆成线性规划子问题,然后求得解。在历史上,由线性规划引申出的很多概念,启发了最优化理论的核心概念,诸如“对偶”、“分解”、“凸性”的重要性及其一般化
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1498
    • 提供者:duesouthpudn
  1. mixfhs

    1下载:
  2. 混合罚函数法求解非线性方程组,用于最优化处理,约束条件为等式约束和不等式约束相结合-Mixed penalty function method is used to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:671
    • 提供者:kxm
  1. fminlbfgs_version2

    0下载:
  2. 可以实现大规模的bfgs功能,进行目标函数的最优化求解,即L-BFGS-Can achieve large scale bfgs function, the objective function is the most optimal solution, ie, L-BFGS
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:18101
    • 提供者:wf
  1. Courant(matlab)

    0下载:
  2. 最优化理论约束优化,罚函数法极小化函数的matlab程序-Constrained optimization, penalty function method matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1263
    • 提供者:zhangli
  1. youhua

    2下载:
  2. 最优化方法及其Matlab程序设计。包括带约束的罚函数法,复合形法,坐标轮换法,乘子法,单纯形法,割平面法,粒子群法,遗传算法等各种优化算法-Optimization method and Matlab programming. Including the penalty function method with constraints, the complex method, coordinate rotation method, the multiplier method, the simp
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34134
    • 提供者:王浩
  1. activeset2

    0下载:
  2. 最优化方法的有效集算法的matlab程序,附带拉格朗日函数的程序.-active set program and lagrange function for solving Quadratic Programming promblems.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:741
    • 提供者:lene g
  1. pattern-recognition-simulation

    0下载:
  2. 将分类器设计问题转化为求准则函数极值的问题了,就可以利用最优化技术解决模式识别问题-Linear discriminant function-Fisher linear discrimination
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:27442
    • 提供者:军军
  1. matlab-functions-and-applications

    0下载:
  2. 本书结合科学研究和工程中的实际需要,系统、全面地介绍了MATLAB的常用函数。主要内容包括MATLAB基础及通用函数、数学运算函数、数组和矩阵运算函数、数值计算函数、概率统计函数、图形及图像处理函数、符号计算函数、图形用户界面开发函数、Simulink仿真函数、控制系统设计函数、信号处理函数、神经网络应用函数、最优化设计函数和小波变换函数。本书讲解的函数主线为从MATLAB的基础知识到不同领域的应用和实际问题的解决。电子书高清版但章节不全,但书内案例源码齐全,欢迎下载学习。-The book
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:2264731
    • 提供者:
  1. GA

    1下载:
  2. 遗传算法GA求解无约束最优化问题,采用遗传算法求函数的最小值-The genetic algorithm GA for solving unconstrained optimization problems using genetic algorithm for the minimum of the function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1215
    • 提供者:李威
  1. dfp

    0下载:
  2. 一种拟牛顿算法,非线性方程组的最优化方法,matlab调用函数-A Quasi Newton method of nonlinear equations, optimization methods, matlab function is called
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:566
    • 提供者:雨山
  1. Tgaoptth

    0下载:
  2. 使用基本遗传算法(GA)对函数进进行最优化的C语言源程序可直接使用。 -Using the basic genetic algorithm (GA) optimization functions into C language source code can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:7864
    • 提供者:bargain
  1. lagrange

    0下载:
  2. 求解约束最优化问题,一种途径是在可行域内寻找使目标函数值下降的迭代点列,但是这类方法对于带非线性约束的最优化问题求解效果一般都不理想。因此我们利用另一种途径,即利用问题的目标函数和约束函数构造新的目标函数——罚函数,把约束最优化问题转化为相应的罚函数的无约束最优化问题来求解实际问题。-lagrange constraint multiplier method for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2157
    • 提供者:王喜
  1. tempo-sat-tlp-gp

    0下载:
  2. SAT-TLP规划器是由ML这一通用的函数式编程语言开发出的最优化规划器,对于了解函数式语言在大型系统中的应用以及智能规划理论提供了很好的支持。-SAT-TLP planning is developed by ML generic functional programming language optimized planning, and provides good support for understanding the functional languages ​ ̴
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:5773836
    • 提供者:michaeldoer
  1. zuiyouhuasuanfa

    0下载:
  2. 最优化求函数迭代有牛顿法。0.618.等-Demand function optimization iteration Newton method. 0.618.
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:39467
    • 提供者:王扬旭
  1. Constrained-optimization-problem

    0下载:
  2. 有约束最优化问题:利用matlab中已有的函数。举了一个利用里面函数求最小值的例子。这是最优化与运筹学中会经常遇到的问题-Constrained optimization problem: using the matlab existing function. For a use inside function minimise example. This was the optimized and operations research will often encounter problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:814
    • 提供者:刘丹丹
  1. zuiyouhuatiduniudunneiwaidian

    0下载:
  2. 基于最优化方法的函数优化问题,分别对于约束极值问题和无约束极值问题各有两种算法,包括相关资料、工程文件及总结论文,仅供参考(西电02105143)-Unconstrained extremum problem based on the optimal method of function optimization problems and unconstrained extremum problem each of the two algorithms, including related da
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:2347752
    • 提供者:VanillaChow
  1. inner

    0下载:
  2. 属于智能科学领域中的一个辅助学科-最优化。其方法为内点法,用于求解一已知函数的最小值。通过障碍函数的构建,使得最小值在约束条件内寻找,从而解决了有约束条件的极小值问题。-Belong to a secondary disciplines in the field of intelligent science- optimization. Its methodology for the interior point method for solving a known function of th
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:5277
    • 提供者:冯嘉贲
  1. GA_test_20130310

    0下载:
  2. 遗传算法,Rastrigin函数,最优化,极值点。-Genetic algorithms, Rastrigin function optimization, extreme points.
  3. 所属分类:matlab

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