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

搜索资源列表

  1. multiplier

    4下载:
  2. 求解约束优化问题增广拉格朗日乘子法源程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1379
    • 提供者:dong
  1. 外点惩罚函数法-调试通过

    2下载:
  2. 求解n维具有不等式约束优化问题的最优解-solving n-dimensional inequality constrained optimization with the optimal solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2210
    • 提供者:华华
  1. YLiGRC04

    0下载:
  2. 本文提出一种基于增广拉格朗日法的非线性约束优化算法用于独立成份分析(ICA), 仿真试验结果表明此方法可以有效的用于独立成份的分离. -This paper presents a broad-based increase Lagrange method of nonlinear constrained optimization algorithm for the independent component analysis (ICA), the simulation results show t
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:89798
    • 提供者:周周
  1. 最速下降法程序源代码

    2下载:
  2. 用最速下降法实现无约束模型的优化计算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-03-12
    • 文件大小:8521
    • 提供者:inndoor@126.com
  1. 机械优化设计一维约束程序 C++

    0下载:
  2. 机械优化设计一维约束程序
  3. 所属分类:其它

  1. matlab非约束优化最速下降法源码

    0下载:
  2. 所属分类:源码下载

  1. MATLAB遗传算法解优化问题

    0下载:
  2. MATLAB实现遗传算法,用于寻优有约束的最优化问题。
  3. 所属分类:源码下载

  1. waidandao.使用随机搜索方法求解外弹道优化问题

    1下载:
  2. 使用随机搜索方法求解外弹道优化问题,给出了约束条件和主程序。,The use of random search methods for solving trajectory optimization problems outside
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-13
    • 文件大小:1800
    • 提供者:陈强
  1. optim.rar

    1下载:
  2. 多变量非线性优化模型求解,对约束条件建立m文件,Multi-variable nonlinear optimization model for solving the establishment of restrictive conditions on m file
  3. 所属分类:Algorithm

    • 发布日期:2015-09-19
    • 文件大小:28868
    • 提供者:yedan
  1. DUOWEIWUYUESHU.rar

    0下载:
  2. 几种多维无约束优化算法,fun表示目标函数。 有Powel法、坐标变换法等,Several multi-dimensional unconstrained optimization algorithm, fun, said the objective function. There Powel law, such as coordinate transformation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2004
    • 提供者:陈强
  1. SimuAPSO.rar

    1下载:
  2. 有基于模拟退火的粒子群算法优化求解无约束优化问题,Simulated annealing based on particle swarm optimization algorithm for solving unconstrained optimization problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:729
    • 提供者:王国
  1. fminsi

    0下载:
  2. 用Fortran语言编写的Nelder-Mead优化程序,可用于解决无约束优化问题。-Written in Fortran Nelder-Mead optimization procedure can be used to solve unconstrained optimization problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:21884
    • 提供者:章朋
  1. Penalty-Function-Method

    2下载:
  2. 解优化问题时常用的惩罚函数法,分为内点法和外点法两种,求解约束优化问题最优值。-Penalty function method, including interior point method and exterior point method, to solve the optimal value of constrained optimization problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:28721
    • 提供者:gaoshanliushui
  1. One-dimensional_search_method.

    0下载:
  2. 无约束优化问题一维搜索的常用方法:黄金分割法(golden_section.m)、加步搜索法(plus_step_search.m)、牛顿法(newton.m)、抛物线法(parabola.m),Unconstrained optimization problem of one-dimensional search of the commonly used methods: Golden Section (golden_section.m), plus step-by-step search m
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3255
    • 提供者:闫安心
  1. improvedPSO.rar

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

    • 发布日期:2017-04-01
    • 文件大小:1712
    • 提供者:李迅
  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 2 3 4 5 67 8 9 10 11 ... 37 »
搜珍网 www.dssz.com