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

搜索资源列表

  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. huangjin

    0下载:
  2. 最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:878880
    • 提供者:chunchen
  1. opt11

    0下载:
  2. 模式搜索法源程序。模式搜索方法是求解最优化问题的一种直接搜索方法,它不用目标函数与约束函数的导数信息而只用函数值信息,是求解不可导或求导代价较大的最优化问题的一种有效方法。-Source model search. Pattern search method for solving optimization problems is a direct search method, it should not be the objective function and constraint func
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:605
    • 提供者:Grape
  1. OptimizationAlgorithm

    0下载:
  2. 此代码是采用matlab编写的最优化算法,主要是对求解函数进行最优化分析,最终求出最优解。-This code is prepared using matlab optimization algorithm, the main function is to solve the optimization analysis, the final optimal solution obtained.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2653
    • 提供者:喻琴燕
  1. PSO

    0下载:
  2. 利用粒子群算法,计算函数的最优化问题。 本程序有很强的适用性。在理论与实际问题的优化上有一定的推广价值-The use of particle swarm optimization, the calculation function of the optimization problem. This procedure has a strong application. Theory and practical problems in the optimization of the prom
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1218
    • 提供者:tuyanshuai
  1. conjugategradient

    0下载:
  2. 最优化程序设计中的共轭梯度法,用于求解n元二次函数-Optimization procedures for the design of the conjugate gradient method for solving n-quadratic function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1631
    • 提供者:猫儿
  1. Queuingtheorytooptimizeprogram

    0下载:
  2. 基于M/G/K 多类别共用一个资源的最优化分配问题程序 主要以系统总等待时间为目标函数-Based on M/G/K multi-class share an optimization of resources allocation process is essentially the system as the objective function the total waiting time
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:892
    • 提供者:tjj
  1. optim

    0下载:
  2. 最优化函数集,包括线性规划,非线性规划,带约束优化问题等-Optimization function sets, including linear programming, nonlinear programming, constrained optimization problems, etc
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:46499
    • 提供者:周微
  1. cauchy_1

    0下载:
  2. 工程最优化 一阶梯度法解Wood函数-cauchy
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:11755
    • 提供者:joveliu
  1. cauchy_2

    0下载:
  2. 工程最优化 共轭梯度法求解wood函数~-cauchy
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:11854
    • 提供者:joveliu
  1. mySGA

    0下载:
  2. 简单遗传遗传算法 用来进行某一个函数的最优化-It s a SGA code for a function optimization .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:32249
    • 提供者:王鹏
  1. basicPSO

    0下载:
  2. 采用基本粒子群最优化方法求函数最小值的程序,程序简单,实用-Demand function with the basic minimum procedures for PSO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1048
    • 提供者:chenl
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. EA_b

    0下载:
  2. 进化算法的一种 (1+1)EA的算法实现最优化求解 提供的示范函数为二进制数列求积累和-Opitmization method demo, based on (1+1)EA which belongs to Evolutionary Algorithm. An example function is provided as minimization of sum of a boolean array s bit multiplication.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:693659
    • 提供者:Liu,Chenxi
  1. Optimizationproblem

    0下载:
  2. matlab最优化问题整理,对matlab常用的一些最优化函数做了介绍-matlab optimization problem finishing, some of the most commonly used on the matlab optimization function, made an introductory
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:73265
    • 提供者:GJ
  1. Broyden_newton

    1下载:
  2. 最优化方法实验设计,研究Broyden族拟Newton算法中fai(k)取值的优化问题,即对于不同的目标函数,考虑取何值时算法是最优的,重点考察的区间[-2 2]范围内的变化情况,算法的优劣程度由CPU运行时间决定。-Optimization method, design of experiments to study the proposed Newton algorithm Broyden family fai (k) values of the optimization problem,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2119
    • 提供者:shen yuan
  1. VisualC

    0下载:
  2. 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:63148434
    • 提供者:龚云隆
  1. Newton_Method

    1下载:
  2. 自己根据<最优化理论与基础>课本编的matlab程序 最优化问题求解: 牛顿法 自助输入目标函数及其梯度-Optimization: Newton Method Type in objective function and its gradient by yourself.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2287
    • 提供者:GPack
  1. Gold_sector

    0下载:
  2. 自己根据<最优化理论与基础>课本编的matlab程序 黄金分割法 自助输入目标函数及其梯度-Optimization: Gold Section Method Type in objective function and its gradient.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:851
    • 提供者:GPack
  1. Conjugate

    2下载:
  2. 最优化方法: 共轭方向法 matlab源代码 需要改变原函数及其梯度-Optimization: Conjugate Method need to change the original function and its gradient
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1601
    • 提供者:GPack
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com