CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 经典优化算法

搜索资源列表

  1. DFP

    0下载:
  2. 运筹学非线性规划的经典c语言编写的DFP变尺度法子程序,是学习经典优化算法的不错参考资料
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:2316
    • 提供者:tony
  1. optpp-2.4.tar

    0下载:
  2. OPT++,Sandia开发的一套优化工具包。可以实现经典的q-Newton等基于梯度的优化算法!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2233938
    • 提供者:shenxu
  1. optimizing

    0下载:
  2. matlab经典算法的程序-优化问题 optimizing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1460
    • 提供者:楚燕
  1. 基于网络最小割计算稠密深度图的全局优化方法

    0下载:
  2. 一种基于最小割的稠密视差图恢复算法 摘要:针对经典最小割算法计算量大和适应性不足的问题,提出一种改进的基于网络最小割计算稠密深度图的全局优化方法。,Based on the minimum cut of a dense disparity map algorithm to restore
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-24
    • 文件大小:258227
    • 提供者:shuoshuo
  1. programming

    0下载:
  2. 数学建模方法解决规划问题,有线性规划,非线性规划,无约束优化-Mathematical modeling to solve programming problems, there are linear programming, nonlinear programming, unconstrained optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1075523
    • 提供者:李峰
  1. psolx

    0下载:
  2. 基于MATLAB的粒子群优化算法程序设计,经典算例。-MATLAB-based particle swarm optimization program design, the classic example.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:4728
    • 提供者:张金孟
  1. Simulated-Annealing

    0下载:
  2. 非经典优化算法模拟退火PPT,学习数学建模有用-Simulated Annealing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:685272
    • 提供者:hywen
  1. FR

    0下载:
  2. 工程优化中用FR共轭梯度法求最值,采用的是教科书上的经典算法步骤,简单易懂,可以进行参考。-The most value engineering optimization using FR conjugate gradient method, using the classic steps of the algorithm in the textbook, easy to understand, you can reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:969925
    • 提供者:li
  1. cunter

    0下载:
  2. 经典无约束优化数值算法代码,牛顿法的算法在matlab中的实现。-unconstrained optimization numerical algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:11960
    • 提供者:胡子
  1. SeDuMi_1_1

    0下载:
  2. 凸优化算法中的经典sedumi工具包。大家都来下。-Convex optimization algorithm classic sedumi tools package.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:1626855
    • 提供者:yy
  1. ant

    0下载:
  2. 蚁群算法是经典的优化智能算法,能找到的最短路径。-The ant colony optimization algorithm is the classic intelligent algorithm can find the shortest path.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1549
    • 提供者:张勇
  1. 21312

    0下载:
  2. 同尺寸矩形排样算法,下料问题是经典的优化问题。考虑一块面积为A,长宽比为 的板材。现在需要切割成面积为B的用材。 ,不妨假设 为整数。-The same size rectangular nesting algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:505364
    • 提供者:张凌晗
  1. src

    0下载:
  2. 经典常用优化算法和示例, 包括常用的牛顿法,高登法,,插值法,线性搜索法等-Common examples of classical optimization algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:8664
    • 提供者:gqliu
  1. best_allocation

    0下载:
  2. 某公司拟将某种设备5台分配给甲、乙、丙3个工厂,各工厂利润与设备数量之间的关系如下表所示,问这5台设备如何分配使3个工厂的总利润为最大? 动态规划算法的经典实例,这里做了进一步的优化和具体实施。-A company intends to assign some equipment 5 A, between B, C 3 plants, factories profits and the number of devices in the following table, asking how to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1092
    • 提供者:里欧
  1. best_distance

    0下载:
  2. 某工厂自国外进口一部机器,需从制造厂A运到目的地E。运输期间可能会发生的运输成本如下图所示。试求运输成本最低的路线(用动态规划法编程求解),动态规划的经典实例,这里扩大了算法的使用情况并作出了优化改进,对常见的本算法的缺漏进行了弥补-A factory a machine imported abroad, to be shipped the manufacturer to the destination E. A Transportation costs may occur during t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1761
    • 提供者:里欧
  1. NSGA-II

    3下载:
  2. 经典的求解多目标优化的NSGAII算法,用matlab实现的,可以正常运行,显示效果很不错-NSGA II algorithm for solving the classic multi-objective optimization using matlab to achieve, can operate normally, showing very good results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:9468
    • 提供者:fth
  1. jaoping_v25

    0下载:
  2. 遗传算法无功优化,经典的灰度共生矩阵纹理计算方法,最终的权值矩阵就是滤波器的系数。- Genetic algorithm based reactive power optimization, Classic GLCM texture calculation method, The final weight matrix is ??the filter coefficient.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:13370
    • 提供者:李志
  1. 2

    0下载:
  2. MATLAB智能优化算法30例l 经典代码运算-MATLAB intelligent optimization algorithm 30 cases l classic code operation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:汪某
搜珍网 www.dssz.com