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

搜索资源列表

  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
    • 文件大小:289691
    • 提供者:高显忠
  1. GAOptimization.rar

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

    • 发布日期:2015-05-26
    • 文件大小:1504
    • 提供者:张飞
  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
    • 文件大小:38038
    • 提供者:李剑
  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
    • 文件大小:2452213
    • 提供者: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
    • 文件大小:4726
    • 提供者:依然
  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. 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. 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
    • 文件大小:2989
    • 提供者:宝宝
  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
    • 文件大小:11524445
    • 提供者:fd
  1. An_SQP_Augmented_Lagrangian_BFGS_Algorithm_for_Co

    0下载:
  2. An SQP Augmented Lagrangian BFGS Algorithm for Constrained Optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1716763
    • 提供者:RJ
  1. GEneticalgorithmforNumericalOptimizationforCOnstr

    0下载:
  2. GENOCOP (GEnetic algorithm for Numerical Optimization for COnstrained Problems). This system is optimizing any function with any number of linear constraints (equalities and inequalities).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:14061
    • 提供者:anatolia
  1. circle1

    0下载:
  2. his code is an applicatino of EMOO by using Genetic algorithms to solve the following simple constrained problem: Draw the biggest possible circle in a 2D space filled with stars without enclosing any of them.-his code is an applicatino of E
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:13309
    • 提供者:gao
  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
    • 文件大小:592427
    • 提供者:cidadeus
  1. algorithm_of_the_constrained_optimization

    5下载:
  2. 约束优化问题算法的 matlab 程序,包括: minRosen.m---Rosen 梯度投影法 minFactor.m----乘子法 minconPS.m-----坐标轮换法 minPF.m----外点罚函数法 minMixFun.m-----混合罚函数法 minJSMixFun.m----加速混合罚函数法-Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rose
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4208
    • 提供者:lili
  1. Constrained-optimization-problems

    0下载:
  2. 主要是求解最优化问题,这对于求解最优方案或者路线很有用途-Primarily for solving optimization problems, optimal solution for solving the very purpose or route
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4319
    • 提供者:钱程
  1. ConstrainedOptimization

    0下载:
  2. Constrained optimization has been explained with matlab 2007a. This has been explained with various benchmark functions. The main program can be directly applied to knapsack problem and portfolio optimization problem directly. These programs have b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5110
    • 提供者:missed2010
  1. genetic-algorithm

    0下载:
  2. 用基本遗传算法求解一维无约束优化问题 用顺序选择遗传算法求解一维无约束优化问题 用动态线性标定适应值的遗传算法求解一维无约束优化问题 用大变异遗传算法求解一维无约束优化问题 用自适应遗传算法求解一维无约束优化问题 用双切点遗传优化求解一维无约束优化问题 用多变异位自适应遗传优化求解一维无约束优化问题 -The basic genetic algorithm with one-dimensional sequence of unconstrained optimizat
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6339
    • 提供者:胖子
  1. optim_webinar_Nov05

    0下载:
  2. New Approaches to Constrained Optimization in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8909
    • 提供者:javid
  1. Constrained-optimization-problem

    0下载:
  2. 约束优化问题是最优化的主要类型,是最优化方向的主要分支-Constrained optimization problem is the main type of optimization, and it is the main branch of optimization direction.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6284
    • 提供者:武高玉
  1. Constrained-optimization-GA

    0下载:
  2. 人个收集的带约束优化问题的遗传算法,都是十分有用和极具参考价值的资料。-A collection of people with constrained optimization problems genetic algorithms, are very useful and very valuable information.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:2023771
    • 提供者:朱忠显
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com