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

搜索资源列表

  1. 2_2

    0下载:
  2. 优化工具箱提供fmincon函数用于对有约束优化问题进行求解-Optimal toolbox fmincon function to provide the constrained optimization solution
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:116342
    • 提供者:yangna
  1. mvr61

    0下载:
  2. 这是一个多目标多参数无约束线性优化程序,其中包括三个具体的应用实例,对于解决非线性优化问题十分好用-This is a multiple target multi parameter non linear constrained optimization program, which includes three specific examples of application, to solve the nonlinear optimization problem is very easy t
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:54356
    • 提供者:qingfeng
  1. Constrained-Engineering-Optimization

    1下载:
  2. 将离散约束优化问题转化为非负整数约束规划问题,开发求解该问题的离散差分进化算法。该算法采用基于混沌映射 的种群初始化、双版本变异和带随机扰动项的取整运算等新策略。针对非线性约束条件,给出惩罚基数的计算方法和连续映 射基函数的表达式,在此基础上设计处理非线性约束的自适应惩罚因子。提出一种刻画种群多样性的新测度——种群二次平 均基因距离及基于新测度的依概率混沌移民算子。将自适应罚函数法、依概率混沌移民操作与离散差分进化算法有机融合, 构造面向工程约束优化的混合离散差分进化算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-05
    • 文件大小:928237
    • 提供者:吴胜亮
  1. matlab_yueshuyouhua

    0下载:
  2. 约束优化问题在matlaB中的实现,压缩包里面包含讲义和源代码。-Constrained optimization problem in MATLAB to achieve compression package contains the lecture notes and source code.
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1408324
    • 提供者:安迪
  1. yueshuyouhua

    0下载:
  2. 最优化计算一书中带约束优化问题源代码,已通过测试,可直接运行!-Optimization calculation a book with a constrained optimization problem source code has been tested, can be run directly!
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4941
    • 提供者:feifei
  1. ODCOEA

    0下载:
  2. 一种基于正交试验的进化算法,解决约束优化问题的!-An evolutionary algorithm based on orthogonal experiment to solve constrained optimization problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:466856
    • 提供者:李刚
  1. ICDE

    1下载:
  2. 一种改进的微分进化算法解决约束优化问题,中南大学一位教授编写!-An improved differential evolution algorithm to solve constrained optimization problems
  3. 所属分类:matlab

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

    1下载:
  2. 一种改进的微分进化算法用于多目标优化,解决约束优化问题。-An improved differential evolution algorithm for multi-objective optimization to solve constrained optimization problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:8740
    • 提供者:李刚
  1. study--on-genetic-glgorithm

    0下载:
  2. 遗传算法对约束优化问题的研究综述证明了遗传算法的有效性-Research of genetic algorithm constrained optimization problems to prove the effectiveness of the genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:415836
    • 提供者:高幸
  1. gene

    0下载:
  2. 遗传算法惩罚函数法,说明如何对约束条件进行处理,将其转变成无约束的优化问题-Genetic algorithm penalty function method shows how to deal with the constraints, transforming them into a constrained optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1304091
    • 提供者:xinping
  1. trust

    0下载:
  2. 数值最优化:解界约束优化问题的非单调组合信赖域方法,以及在信赖域内部进行二阶线搜索。-Numerical Optimization: non-monotonic combination of trust region methods solution of bound constrained optimization problems, and trust within the Ministry of second-order line search.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:18848
    • 提供者:bapi
  1. FDGPSOo

    0下载:
  2. 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。-Algorithm for solving constrained optimization problems, algorithms, differential evolution/genetic algorithm/particle swarm algorithm fusion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:38360
    • 提供者:jxjj609
  1. minJSMixFun

    0下载:
  2. 针对约束优化问题,采用MATLAB编辑的源代码程序-For constrained optimization problems using MATLAB editing source code program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:581
    • 提供者:姜洋
  1. Matlab_BP

    0下载:
  2. 于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-BP network weights optimization is a constrained optimization problem, and the right value to real-coded, so the direct use of the Matl
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4310
    • 提供者:fuhai
  1. BFGS

    1下载:
  2. 采用BFGS变尺度算法求解无约束优化问题的matlab程序代码-BFGS variable scaling algorithm for solving constrained optimization problems matlab code
  3. 所属分类:matlab

    • 发布日期:2014-09-29
    • 文件大小:1024
    • 提供者:fan
  1. Matlab-yueshuyouhuafangfa

    0下载:
  2. Matlab 约束优化问题常用方法: 例如:conPS、PF、Rosen-Matlab constrained optimization problem common method
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:4128
    • 提供者:zsm
  1. matlab

    0下载:
  2. 程序为matlab编程的求解约束优化软件,适用于求解等式约束和不等式约束情况;-Matlab program for solving constrained optimization software, suitable for solving equality constraints and inequality constraints
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:198307
    • 提供者:王毅
  1. lagelangrichengzifa

    0下载:
  2. 用拉格朗日乘子法解有约束优化问题的matlab程序。-Lagrange multiplier method for solving constrained optimization problems matlab program.
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:90342
    • 提供者:liqi
  1. optimization_matlab

    0下载:
  2. 该文档为matlab平台下实现的约束优化经典源码,供相关研究者学习-Constrained Optimization classic source, the document matlab platform for researchers studying related
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:3366
    • 提供者:纪飞
  1. yueshuyouh

    0下载:
  2. 约束优化算法,优化处理,matlab代码,学习必看-Constrained optimization algorithm, optimized, matlab code, learning must-see
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3615
    • 提供者:陈小天
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com