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

搜索资源列表

  1. mathlab

    0下载:
  2. 这些源程序是最优化里的一些优化方法,用于解决简单函数,和多维函数的问题!-wegstein hair, is to optimize the course of a demand extreme value method for a simple function, find solutions and high precision!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2500
    • 提供者:李学文
  1. 1

    0下载:
  2. 最优化DFP你牛顿法的代码(txt),求多维函数的极小值问题.-newton method good luck
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1206
    • 提供者:李炎
  1. CLONOLGbinarycode

    0下载:
  2. 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:14003
    • 提供者:gou jingxiang
  1. LAB3

    0下载:
  2. 最优化算法,黄金分割法,费波纳齐法计算函数最小值-Optimization algorithm, golden section method, the minimum function Feibonaqi method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:bohge
  1. jsm-1

    0下载:
  2. matlab中最优化函数fmincon 求解非线性规划问题-fmincon used to solve nonlinear programming problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6521
    • 提供者:li
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  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. simplex-algorithm

    0下载:
  2. matlab下的单纯形法 针对函数多个点简单可行的最优化计算-matlab simplex method under the multiple points for the function of the optimization calculation is simple and feasible
  3. 所属分类:matlab

    • 发布日期:2014-11-10
    • 文件大小:1024
    • 提供者:方宇
  1. YHFF

    0下载:
  2. 最优化问题本质是一个求极值问题,几乎所有类型的优化问题都可概括为如下模型:给定一个集合(可行集)和该集合上的一个函数(目标函数),要计算此函数在集合上的极值。-Optimization problem is an extremum nature of the problem, almost all types of optimization models can be summarized as follows: given a set of (feasible set) and a funct
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:233340
    • 提供者:张浩
  1. jdyhff

    0下载:
  2. 经典最优化方法最优化方法是一门古老而又年青的学科。这门学科的源头可以追溯到17世纪法国数学家拉格朗日关于一个函数在一组等式约束条件下的极值问题(求解多元函数极值的Lagrange乘数法)。-Classical optimization methods optimization method is an old and young subjects. The source of this discipline can be traced back to 17th century French ma
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:233381
    • 提供者:张浩
  1. genetic-algorithmMatlab

    0下载:
  2. 用matlab编程遗传算法计算函数的最值,使函数达到最优化-Genetic algorithm with matlab programming function of the most value to optimize the function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:838
    • 提供者:实在
  1. cg

    0下载:
  2. 该程序是用共轭梯度法来求解函数的最优化问题,其中一维搜索时采用了0.618法,即黄金分割法-The program is the conjugate gradient method to solve the function optimization problem, one-dimensional search using the 0.618 method, that is, golden section method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:988
    • 提供者:hongfengjinran
  1. sunyahui

    0下载:
  2. 混合罚函数法求解最优化问题的程序之一,可解无约束最优化问题-Mixed penalty function method for solving optimization problem one of the procedures can be unconstrained optimization problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:孙亚辉
  1. fahanshu

    0下载:
  2. 混合罚函数法求解最优化问题的程序之一,可解无约束最优化问题-Mixed penalty function method for solving optimization problem one of the procedures can be unconstrained optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2067
    • 提供者:孙亚辉
  1. CPP

    0下载:
  2. 最优化内点罚函数法求解极小点,具体例题编程求解。-Optimization method within the minimal penalty function point, specific examples programming solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:98972
    • 提供者:my name
  1. Visual-Fortran2002

    5下载:
  2. 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:7149568
    • 提供者:
  1. HCACO

    0下载:
  2. 该程序为蚁群算法,适用于无约束函数的最优化问题。-The program for the ant colony algorithm for unconstrained function optimization problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:16362
    • 提供者:百秀
  1. Numerical-Optimization

    0下载:
  2. 绘制函数的等值线,数值优化书关于约束最优化中实例-Drawing the contours of the function, numerical optimization in the book examples of constrained optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:姜晓威
  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 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com