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

搜索资源列表

  1. stones-combined

    0下载:
  2. 动态规划法是求解最优化问题的一种方法,该文主要研究其求解问题的基本思想及具体步骤,详细分析其用于石子合并问题上的算法设计,并给出其算法实现。-Dynamic programming to solve optimization problems is a method of solving the problem of its major research paper the basic ideas and concrete steps, a detailed analysis of the me
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11136
    • 提供者:弓惠敏
  1. newtlagr

    0下载:
  2. MATLAB最优化问题的牛顿拉格朗日求解算法-matlab: Newton-Lagrengge solver algothrim for a optimal problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1391
    • 提供者:wyh
  1. Opt_Nelder

    1下载:
  2. Nelder-Mead法用于多维变量的最优化问题,维数>=2.-Nelder-Mead method for multidimensional optimization problem variables, dimension> = 2.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:564
    • 提供者:吕莫
  1. floyd

    0下载:
  2. 弗洛伊德算法,输入无向图中的任意两点的编号,可以得出两点间最短距离。解决最优化问题。-Floyd algorithm, the input undirected graph any two points in the number, the shortest distance between two points can be drawn. Solve the optimization problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:9690
    • 提供者:lee
  1. LinearProgram

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

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

    0下载:
  2. 最优化问题的相关算法,可供参考,matlab-Optimization problems related algorithm is available for reference
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:37386
    • 提供者:pop
  1. l1magic-1.11

    0下载:
  2. l1magic 优化工具 压缩感知中常用 也可以用来求一范数的最优化问题 -l1magic optimization tools compression commonly used can also be used to seek a norm in the perception of optimization problem
  3. 所属分类:matlab

  1. DFP-BFGS-0.618

    0下载:
  2. DFP,黄金分割点方法,BFGS方法matlab源代码用于求解无约束最优化问题-BFGS,DFP,0.618 method for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1443
    • 提供者:chen zhen
  1. SA(TSP)

    0下载:
  2. 模拟退火法解决最优化问题,此程序为解决TSP问题matlab程序。-Simulated annealing method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3321
    • 提供者:李生
  1. Optimization-algorithm-

    0下载:
  2. 最优化问题相关算法的源代码,用MATLAB编写。-Optimization algorithm of relevant source code with MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:36383
    • 提供者:zhouhongyupear
  1. optimization-design

    0下载:
  2. 用最优化方法解决最优化问题的技术称为最优化技术,它包含两个方面的内容: (1)建立数学模型,即用数学语言来描述最优化问题。模型中的数学关系式反映了最优化问题所要达到的目标和各种约束条件; (2)数学求解,数学模型建好以后,选择合理的最优化方法进行求解。 -With optimization method to solve the optimization technology, called the optimum technology, it contains two aspect
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:156110
    • 提供者:王雪
  1. mbgfs

    0下载:
  2. 等式约束最优化问题MBFGS法的全局收敛性的一篇不错的文章-a paper for optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:702728
    • 提供者:kimiwu
  1. GA

    0下载:
  2. 遗传算法解决最优化问题,使用了最有保留策略。-Genetic algorithm to solve the optimization problem, using the most retention policies.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:701367
    • 提供者:史蒂芬
  1. qp

    0下载:
  2. 求解一般线性无约束最优化问题的qp算法程序-Solving the general linear unconstrained optimization algorithm QP procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:585
    • 提供者:man
  1. yue

    0下载:
  2. 实现磁盘寻址最优化问题,这是使用在算法分析与设计当中,利用贪心算法实现的最优问题-Disk addressing optimization problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:584
    • 提供者:yueguobin1
  1. Golde_Split

    0下载:
  2. 黄金分割法求最优化问题,Windows 7/vc6.0下编译通过。 运行结果正常。-The golden section method to seek the optimization problem
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:42603
    • 提供者:njut
  1. Nneidianceshi1

    0下载:
  2. 原对偶内点法求解非线性最优化问题的测试程序,能准确快速的收敛到最优值-Primal dual interior point method for solving nonlinear optimization problem of the test procedure can accurately and quickly converge to the optimal value
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:792
    • 提供者:周连俊
  1. Combination-math--homework-answer

    0下载:
  2. 组合数学作业答案,包括著名的鸽笼原理,POLYA原理,排列组合优化问题,线性回归问题,最优化问题-Combined math homework answer, including the famous pigeonhole principle POLYA principle, the arrangement of combinatorial optimization problems, linear regression problem, the optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:296169
    • 提供者:李志伟
  1. SAAforTSP

    0下载:
  2. matlab环境下的模拟退火算法,解决各种最优化问题-SA stp
  3. 所属分类:Software Testing

    • 发布日期:2017-04-16
    • 文件大小:64985
    • 提供者:houjia
  1. GA_MATLAB001

    0下载:
  2. 遗传算法求最优化问题的MATLAB程序实现-MATLAB program to achieve genetic algorithms to optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:16442
    • 提供者:ruby
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 37 »
搜珍网 www.dssz.com