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

搜索资源列表

  1. 改进的鲍威尔法求解

    0下载:
  2. 优化算法无约束优化方法中的改进的鲍威尔法求解,通过调试。,Optimization algorithm for unconstrained optimization methods to improve the method of Powell through the debugger.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:29347
    • 提供者:asus
  1. Optimization

    3下载:
  2. 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-20
    • 文件大小:1858
    • 提供者:anytry
  1. matlab

    0下载:
  2. 求反求参数(无约束非线性优化方法)的matlab实现 无约束非线性优化算法-Powell法优化子程序 matlab广义最小二乘算法程序-Reverse order parameter (unconstrained nonlinear optimization method) to achieve the matlab unconstrained nonlinear optimization algorithm-Powell method to optimize the generaliz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:81224
    • 提供者:杨静
  1. Outside-the-penalty-function-method

    2下载:
  2. 外点罚函数方法,可以用来求解约束优化问题,也可以用来被调用在智能算法中-Point outside the penalty function can be used for solving constrained optimization problems, can also be used in intelligent algorithm called
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3354
    • 提供者:彭ph.D
  1. GeneticAlgorithm

    1下载:
  2. 本代码是使用遗传算法解决优化约束问题,可直接运行。-本代码是使用遗传算法解决优化约束问题,可直接运行。 This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.
  3. 所属分类:matlab例程

    • 发布日期:2012-10-30
    • 文件大小:5696
    • 提供者:wang gang
  1. Functionofgeneticalgorithmoptimizationprocedure.ra

    1下载:
  2. 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:201273
    • 提供者:HuiGuobao
  1. psowithdate

    0下载:
  2. %--- 名称:带交叉因子的改进PSO算法 %------功能:求解多维无约束优化问题 %------特点:收敛性强,还可以加入变异算子 ---- Name: with cross-factor function to improve the PSO algorithm------: Solving multi-dimensional unconstrained optimization problems------ characteristics: strong convergen
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4969
    • 提供者:依然
  1. Interior_point_method

    4下载:
  2. 内点法是从可行域内某一初始内点出发,在可行域内进行迭代的序列极小化方法。它仅用于求解不等式约束优化问题。这里列出内点惩罚函数法的六个子程序。 -Interior point method is a feasible region within the initial point of view, the region, where feasible, to carry out the sequence of iterative minimization method. It is only
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2993
    • 提供者:lrc
  1. lagsqp

    0下载:
  2. 用基于拉格朗日函数Hesse矩阵的SQP方法求解约束优化问题-matlab: SQP based on modification Hesse matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1540
    • 提供者:wyh
  1. 求解机械优化的Pareto多目标中心粒子群算法

    0下载:
  2. 摘要:针对基于权重法的多目标算法无法求解约束多目标问题的缺陷,将中心粒子群算法与Pareto 解集搜索算法相结合,提出 一种Pareto 多目标中心粒子群算法。将此方法用来优化气门弹簧的模型,实验结果表明,该优化方法能够快速准确地收敛于Pareto 解集,并且使其对应的目标域均匀地分布于Pareto最优目标域。
  3. 所属分类:报告论文

  1. MATLAB-ge-zhong-you-hua

    0下载:
  2. 无约束一维、多维极值,约束优化问题,粒子群优化算法,遗传优化算法-Unconstrained one-dimensional, multi-dimensional extremal constrained optimization problem, particle swarm optimization, genetic optimization algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:33572
    • 提供者:李顺
  1. BreedPSO

    0下载:
  2. 基于杂交的粒子群算法求解无约束优化问题,主要是各粒子的位置和速度-Based on the hybrid particle swarm algorithm for unconstrained optimization problems, mainly the position and velocity of particles
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:726
    • 提供者:王国
  1. ga_matlab

    0下载:
  2. matlab实现遗传算法程序,用于求解约束的优化问题-matlab genetic algorithm to achieve the procedure for solving constrained optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:17841
    • 提供者:aurora
  1. NIP

    4下载:
  2. matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:13764215
    • 提供者:feimaxiao
  1. yich

    0下载:
  2. 遗传算法就是那么点东西呗,就是在一个域内搜索最优解, 比如那个配送中心选址,如果用最低级的算法, 它的复杂度是C(n,m)*n!以上对吧?然后用遗传算法就可以使得复杂度降低呗, 迅速达到收敛。<br/>遗传算法的确是目前的一个在很多领域都比较先进的求解算法,你去搜一下它的原理看看吧, 我写程序之前光看这个算法的原理就看了两三天才全看明白。 这是我用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2800
    • 提供者:liumengqian
  1. fmincon

    3下载:
  2. 通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-18
    • 文件大小:882
    • 提供者:lxd
  1. pso

    0下载:
  2. 求解多维无约束优化问题,收敛速度快,程序代码简洁。-Solving multi-dimensional unconstrained optimization problem, fast convergence, concise code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5215
    • 提供者:阿萨
  1. tec-io

    0下载:
  2. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:12104
    • 提供者:ypb
  1. PSOGA

    0下载:
  2. 带交叉因子的改进PSO算功能:求解多维无约束优化问题收敛性强,还可以加入变异算子-With cross-factor improvement of PSO operator functions: Solving multi-dimensional unconstrained optimization problem of strong convergence can also add mutation operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1750
    • 提供者:当当
  1. ntontrust5duowei08

    1下载:
  2. 解无约束优化问题的锥模型拟牛顿信赖域算法。不同与传统的二次模型方法。-A quasi-Newton algorithm based on the simple dogleg method is developed.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3453
    • 提供者:陆晓平
« 1 2 3 4 5 6 78 9 10 11 12 ... 40 »
搜珍网 www.dssz.com