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

搜索资源列表

  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. 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. FLOW3D

    0下载:
  2. FLOW采用有限单元法fortran90编写的求解不可压缩流体的稳态流速和压力场的程序,计算流体方面的,fortran90编写的-FLOW using FORTRAN90 finite element method for solving incompressible prepared steady-state fluid flow and pressure field procedures, computational fluid aspects, fortran90 prepared
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:90968
    • 提供者:syh
  1. 008

    0下载:
  2. 无约束优化方法,黄金分割法求函数极值,一维搜索问题-Unconstrained optimization methods, golden section method for extreme value function, one-dimensional search problems
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1281
    • 提供者:陈雨
  1. CLSPSO

    3下载:
  2. 混沌的粒子群算法,求解无约束优化问题,可以保持个体多样性-Chaotic particle swarm algorithm for solving unconstrained optimization problems, can maintain the diversity of individual
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-29
    • 文件大小:864
    • 提供者:王国
  1. gasa

    0下载:
  2. 遗传算法求解结构约束优化问题,希望对大家有所帮助-no no no no no no no no no no no no no no no no no
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:11577
    • 提供者:高海龙
  1. L-BFGS

    2下载:
  2. 自己编的,实现l-bfgs解无约束优化问题-Own, and the realization of l-bfgs Unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4912
    • 提供者:陈博
  1. genetic_algorithm

    1下载:
  2. 此算法是我用于应付智能优化算法考试而编写的,花了大量心血,主要用于求解函数优化问题,目标函数:f(x1,x2,x3)=x1*x1+x2*x2+x3*x3 约束条件:(sqrt(x1)+sqrt(x2)+sqrt(x3))<=2-This algorithm is used to meet my intelligent optimization algorithm for the preparation of examinations, and spent a lot of hard
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1738
    • 提供者:张司兴
« 1 2 3 4 5 6 78 9 10 11 12 ... 37 »
搜珍网 www.dssz.com