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

搜索资源列表

  1. PSO_constrian.rar

    1下载:
  2. PSO算法求解带约束优化问题,包含所有源程序和运算图片。写论文是编的。,PSO algorithm for solving constrained optimization problems, including all source code and the computing picture. Writing papers is made of.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-01-11
    • 文件大小:282.9kb
    • 提供者:高显忠
  1. GAOptimization.rar

    2下载:
  2. 我改写的多变量带约束的遗传算法Matlab源程序!,Multi-variable Constrained Optimization by GA in Matlab!!!
  3. 所属分类:matlab

    • 发布日期:2015-05-26
    • 文件大小:1.47kb
    • 提供者:张飞
  1. DGPSO.rar

    2下载:
  2. 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-07
    • 文件大小:37.15kb
    • 提供者:李剑
  1. BFO.rar

    5下载:
  2. 细菌觅食随机优化论文及matlab源码。该算法属于进化算法的一种,可以处理全局优化、多目标优化、约束优化和动态优化等问题。,Bacterial feeding stochastic optimization papers and matlab source code. The algorithm belongs to a kind of evolutionary algorithm that can deal with global optimization, multi-objective o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-19
    • 文件大小:2.34mb
    • 提供者:bxingliu
  1. psoprogress.rar

    4下载:
  2. %程序名称:求解约束优化问题的改进粒子群优化算法 %程序功能:求解带各种约束条件的优化问题 %输入条件:各种初始条件,以及设定参数 %输出数值:最优解位置以及函数极小值 , Program name: for solving constrained optimization problems to improve particle swarm optimization algorithm program features: solving with a variety of constr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:4.62kb
    • 提供者:依然
  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
    • 文件大小:1.81kb
    • 提供者:anytry
  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
    • 文件大小:2.92kb
    • 提供者:lrc
  1. ICA_with_Reference

    0下载:
  2. We present the technique of the ICA with Reference (ICA-R) to extract an interesting subset of independent sources from their linear mixtures when some a priori information of the sources are available in the form of rough templates (references). T
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-24
    • 文件大小:381.75kb
    • 提供者:ma ming
  1. PUNISH

    0下载:
  2. 这个是优化方法中的一种方法,叫做罚函数法,是一种用于带约束条件的优化。-This optimization method is a method, called the penalty function method, is a condition for constrained optimization.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.92kb
    • 提供者:宝宝
  1. crosspso

    0下载:
  2. 带交叉因子的粒子群MATLAB算法程序,可实现带约束变量的微粒群算法-With cross-factor PSO algorithm MATLAB procedures, can be constrained variable particle swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.22kb
    • 提供者:张涛
  1. Constrained_Optimization_and_Lagrange_Multiplier_M

    0下载:
  2. 一本介绍约束优化方面的经典书籍。对于从事约束优化算法的研究很有帮助。-A book introducing constrained programming. It is beneficial for the algorithm research of constrained programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-28
    • 文件大小:10.99mb
    • 提供者:fd
  1. NIP

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

    • 发布日期:2013-01-05
    • 文件大小:13.13mb
    • 提供者:feimaxiao
  1. 7941925pos

    0下载:
  2. 粒子群的优化算法,不仅可以方便地解决无约束优化问题,也可以方便的解决有约束的非线性优化问题。-Particle Swarm Optimization algorithm, not only can easily solve the unconstrained optimization problem can also be convenient to solve constrained nonlinear optimization problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:4.96kb
    • 提供者:lxd
  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
    • 文件大小:882byte
    • 提供者:lxd
  1. beamformer

    0下载:
  2. Beamforming thesis describing Study of a various Beamforming Techniques And Implementation of the Constrained Least Mean Squares (LMS) algorithm for Beamforming
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:752.19kb
    • 提供者:anik
  1. modified_PSO

    0下载:
  2. this modified PSO algorithm can solve for constrained optimization problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2.63kb
    • 提供者:harry
  1. Lbfgsb.2.1.tar

    0下载:
  2. Software for Large-scale Bound-constrained or Unconstrained Optimization L-BFGS-B is a limited-memory quasi-Newton code for large-scale bound-constrained or unconstrained optimization. The code has been developed at the Optimization Technology Cent
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:260.44kb
    • 提供者:徐志平
  1. Two_Stage_Optimization_Algorithm_For_Constrained_

    0下载:
  2. Two stage optimization algorithm is proposed and investigated for fast computation of constrained power economic dispatch control problems.-Two stage optimization algorithm is proposed and investigated for fast computation of constrained power e
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:578.54kb
    • 提供者:cidadeus
  1. pso-constrained

    0下载:
  2. particle swarm optimization constrained
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:38.44kb
    • 提供者:fafou
  1. Constrained Optimization

    0下载:
  2. In mathematical optimization, constrained optimization (in some contexts called constraint optimization) is the process of optimizing an objective function with respect to some variables in the presence of constraints on those variables. The objectiv
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:38kb
    • 提供者:reyhooon
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com