CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 最优化问题

搜索资源列表

  1. excel_in_civil_egineering

    1下载:
  2. 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:114954
    • 提供者:张力
  1. DIJKSTRA

    0下载:
  2. 最短路径问题是重要的最优化问题之一,在现实生活中具有重要意义,比如:管道铺设、线路安排。-The shortest path problem is an important one of the most optimization problems, in real life is of great significance, such as: pipeline, line arrangement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:762
    • 提供者:workfuture
  1. 47651475hPSO

    0下载:
  2. 最优化课程大作业 最优化问题单纯性法 梯度法 可以运行-optimization computer homework linear nonlinear multiply objectives optimization matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4016
    • 提供者:metian
  1. matlab

    0下载:
  2. 遗传算法实现最优化问题的解,适合初学者使用,稍加改进即可实现tsp问题的求解-Genetic algorithm optimization solution, suitable for beginners, a little to improve the problem can be solved to achieve tsp
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3056
    • 提供者:cy
  1. lagrange

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

    • 发布日期:2017-11-16
    • 文件大小:2157
    • 提供者:王喜
  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. psowugong

    0下载:
  2. 运用粒子群算法解决电力系统无功优化问题,粒子群算法是一种可以解决有约束单目标最优化问题-Use the PSO to solve the reactive power optimization
  3. 所属分类:Other systems

    • 发布日期:2015-11-28
    • 文件大小:1024
    • 提供者:黄炳翔
  1. steepdfp

    0下载:
  2. 最速下降法、DFP法问题解最优化问题,工程优化,matlab-The steepest descent method, DFP method solution optimization problem, engineering optimization and matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:35419
    • 提供者:lixiao
  1. proj_toolbox

    0下载:
  2. 投影bb法,用于求解非线性无约束最优化问题。-projected bb algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:9299
    • 提供者:李雅倩
  1. 5

    0下载:
  2. DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:3340
    • 提供者:wwe
  1. nonlinear-optium

    0下载:
  2. 本程序实现了一个简单的非线性约束最优化问题,仅供参考-This program implements a simple nonlinear constrained optimization problems, for reference only
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:600
    • 提供者:迟骋
  1. pashan

    0下载:
  2. 基于爬山法的八皇后问题。爬山法即最优化问题!-Climbing method based on the eight queens problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1758588
    • 提供者:吴迪
  1. Cyuyanjiejue

    0下载:
  2. C语言解决最优化问题,关于整车物流调度的遗传算法问题-C language to solve optimization problems, with regard to vehicle logistics scheduling problem genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2498
    • 提供者:djak
  1. C-embedding

    0下载:
  2. 这是用matlab编写的一个《贪婪程序》,是解决最优化问题时的一种简单适用的程序。 -greedy Program
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:266289
    • 提供者:陈帅
  1. max_flow_min_cost

    0下载:
  2. 基于matlab的最小费用最大流的实现,用于最优化运输路径的选择,常用于图论问题、资源分配最优化问题-Matlab-based program of the minimum cost maximum flow ,which helps select optimal transport path. It is commonly used in graph theory problem of resource allocation optimization problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1371
    • 提供者:钟腾
  1. zhengshuguihua

    0下载:
  2. 最优化问题中的整数规划问题,最优解需要是整数-Optimization problem of integer programming problems, the optimal solution requires an integer
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2375
    • 提供者:王小六
  1. d

    0下载:
  2. 该源代码是利用单纯形法来求最优化问题的解-The source code is the simplex method for solving optimization problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3309
    • 提供者:薛文静
  1. 支撑材料

    0下载:
  2. 单纯性法的C++程序,或者Java程序,要求能够解任意种最优化问题(C++ language or Java)
  3. 所属分类:其他

  1. 最优化问题相关算法

    0下载:
  2. 运筹学最优化问题的相关算法文件Optimization of operational research(Optimization of operational research)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:35840
    • 提供者:Bonniee
  1. 最优化实验外惩罚函数法

    2下载:
  2. 最优化实验外惩罚函数法,我们根据约束的特点,构造某种惩罚函数,然后加到目标函数中去,将约束问题求解转化为一系列的无约束问题。这种“惩罚策略”,对于无约束问题求解过程中的那些企图违反约束条件的目标点给予惩罚。(According to the characteristics of constraints, we construct some penalty function, and then add it to the objective function to transform the co
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:jowing
« 12 3 4 5 »
搜珍网 www.dssz.com