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

搜索资源列表

  1. out

    0下载:
  2. 外点法用于解决已知函数并且有约束条件的问题,将采用惩罚函数使得在约束条件外其值变得很大而约束条件内值很小,从而在约束条件下通过迭代找到最小点。-External point method is used to solve the problem of known function and constraints, the penalty function such that its value constraints becomes large and constraint conditions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-13
    • 文件大小:5564
    • 提供者:冯嘉贲
  1. example

    1下载:
  2. 惩罚函数法求函数的最小值,包括建立罚函数,牛顿法求最小值-Penalty function method to find the minimum value of the function, including the establishment of the penalty function, Newton' s method for the minimum
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1912
    • 提供者:吴蒙蒙
  1. pso

    0下载:
  2. pso 例子,给出了PSO全局最优的函数,奖励和奖励及惩罚函数-The pso example, PSO global optimal function, reward and incentive and penalty function
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:738
    • 提供者:jin fei
  1. chengfahanshufa

    1下载:
  2. 惩罚函数法法,用于求解二维非线性方程的根,收敛速度快-Roots, convergence speed penalty function method method for solving the two-dimensional nonlinear equations
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:10488
    • 提供者:zcm
  1. Penalty-function-method

    0下载:
  2. 为matlab中求解非线性方程组用到的惩罚函数法,相关研究者可以学下-Penalty function method for solving nonlinear equations used for matlab related researchers can learn
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:13565
    • 提供者:纪飞
  1. PSOPF_localization

    1下载:
  2. 带惩罚函数的约束粒子群优化问题,在无线传感器网络节点定位中的应用-With the penalty function bound particle swarm optimization problems in wireless sensor network node localization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:2041
    • 提供者:cc
  1. Penalty-Function-Method-

    0下载:
  2. 惩罚函数法C语言相关程序 它将有约束最优化问题转化为求解无约束最优化问题:其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子,F(x, M )称为罚函数。-Penalty Function Method C language-related program it would have constrained optimization problem is transformed into solving unconstrained optimization problem: where
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:848
    • 提供者:李志强
  1. phase-mixed-penalty-function-method-

    0下载:
  2. 混合惩罚函数法用于混沌理论,说明了外罚函数法河内罚函数法的原因。-Mixed penalty function method is used to chaos theory, outside the penalty function method described in Hanoi penalty function causes.
  3. 所属分类:Development Research

    • 发布日期:2017-11-10
    • 文件大小:198038
    • 提供者:liqi
  1. Exterior-point-penalty-function

    0下载:
  2. 外点惩罚函数的一种算法实例,C语言版凑够二十字就可以了-Exterior point penalty function
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-28
    • 文件大小:1677
    • 提供者:王毅
  1. optimization-method

    0下载:
  2. 惩罚函数法优化方法,主要用于各类问题的优化求解-Penalty function method optimization method
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2195
    • 提供者:冯想
  1. GS_CH_MOPSO_Grey

    2下载:
  2. 多目标非线性约束的粒子群算法,采用灰度理论,混沌理论,动态惩罚函数,可针对任何复杂函数进行优化,效果很好-Nonlinear constrained multi-objective particle swarm algorithm, using gray theory, chaos theory, dynamic penalty function can be optimized for any complex function, the effect is very good
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:19971
    • 提供者:方涛涛
  1. mixfun

    1下载:
  2. 基于等式约束和不等式约束的非线性规划的混合型惩罚函数优化方法-Based on equality and inequality constrained nonlinear programming mixed penalty function optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1470
    • 提供者:杨凡
  1. Funval

    2下载:
  2. matlab 程序 进行优化分析 使用的方法是惩罚函数法进行优化。-it is called penlty methods,it can optimize the function ,obtaining the minium value
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:608
    • 提供者:wang
  1. capacity-limit-traffic-assignment

    1下载:
  2. 本代码是容量限制交通分配的代码。但是不通过完整的OD表进行配流,而是针对组成OD表的逐一起始点、终点的基础数据进行配流。路权是取的BFR函数,加了距离惩罚函数。-This code is the capacity limit traffic assignment code. But not through the complete OD table assignment, but for each table consisting OD initial, end with the underly
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:15804
    • 提供者:Fu Jiangyue
  1. chengfa

    1下载:
  2. 本matlab程序用惩罚函数法求解多元模型的最小值(给出初始点和精度要求条件)。-The matlab program for solving the minimum multivariate model with penalty function method (given initial point and precision conditions).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8648
    • 提供者:华哥
  1. punish_method_algorithm

    0下载:
  2. 惩罚函数法求解最优化问题,包括外电法,内点法等-punish_method of optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1015
    • 提供者:spirit
  1. ZJMyouhua

    0下载:
  2. 基于MFC的约束非约束问题,里边介绍非约束问题的Powell法以及约束问题的惩罚函数法,并用一个算例作为比较-MFC-based non-binding constraint problem, introduced a non-binding problem inside Powell penalty function method and constraints of the problem and as a comparison with a numerical example
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2346348
    • 提供者:张家铭
  1. Ga-tsp

    7下载:
  2. 遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:185344
    • 提供者:
  1. Optimization-of-the-design-process

    0下载:
  2. 现代设计理论中涉及的一些常用的优化设计方法,如一维搜索(黄金分割、二次差值等)、无约束优化方法(梯度法、牛顿法等)、约束优化方法(复合形法、DFP、惩罚函数法等)。-Some commonly used method for optimizing the design of modern design theory involved, as one-dimensional search (golden section, the second difference, etc.), unconstr
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:17008
    • 提供者:王希
  1. hw3_svm

    0下载:
  2. 通过quad实现svm,通过二次型进行惩罚函数最优解求解,从而实现的svm-using quad for svm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3266822
    • 提供者:changliu
« 1 2 3 45 6 »
搜珍网 www.dssz.com