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

搜索资源列表

  1. NIP

    4下载:
  2. matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:13764215
    • 提供者:feimaxiao
  1. SimplicityAlgorithm

    0下载:
  2. 求多维函数极值的一种算法,由Nelder和Mead提出,又叫单纯形算法,但和线性规划中的单纯形算法是不同的,由于未利用任何求导运算,算法比较简单,但收敛速度较慢,适合变元数不是很多的方程求极值-Multi-dimensional function extremum seeking an algorithm proposed by Nelder and Mead, also called the simplex algorithm, but in the linear programming si
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2168
    • 提供者:李军
  1. tuihuosuanfayouhua

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1320
    • 提供者:menglingsai
  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. pptOfGeneticAlgorithm

    0下载:
  2. 讲述了遗传算法的基本原理、特点、应用领域、优化设计、应用等 例:1.基于遗传算法优化的RBF网络逼近 2.遗传算法求函数极值-About the basic principles of genetic algorithms, characteristics, applications, and optimize the design, application and other cases: 1. Based on genetic algorithm optimization of R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:67777
    • 提供者:xq
  1. GS

    0下载:
  2. 用遗传算法求解函数最优化问题,可以求目标函数的极值-Function using genetic algorithm optimization problem can be of extreme value for the objective function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:186685
    • 提供者:初蕾
  1. yichuansuanfaqiuhanshujizhibuyonggongjuxiang

    0下载:
  2. 遗传算法求函数极值 不用工具箱 matlab编写-Extremal function for genetic algorithm matlab toolbox not prepared
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1738
    • 提供者:ninan
  1. GAmax

    0下载:
  2. 遗传算法求函数极值的C++源程序,初学遗传算法的可以看看。-Extremal function for genetic algorithm of the C++ source code, beginner can look at the genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1639
    • 提供者:自由民
  1. 5

    0下载:
  2. matlab软件的使用的基础知识4,关于函数与方程(包括多项式、函数零点、函数极值,最小二乘你和)-matlab software using the basic knowledge of 4, on the function and equations (including polynomials, function zero, extremal functions, least squares and you)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:277073
    • 提供者:jiangna
  1. SimulatedAnnealing

    0下载:
  2. 本程序是我用于应付智能优化算法而编写的,由于水平有限加之不是计算机专业,程序中还有很多地方不够严谨是情理之中,还请谅解。 求函数极值问题,目标函数:f(y)=sqrt(y[0])+sqrt(y[1])+sqrt(y[2]) 约束条件:(y[0]*y[0]+2*y[1]*y[1]+3*y[2]*y[2])<=1-This procedure is what I used to meet intelligent optimization algorithm has been pre
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1355
    • 提供者:张司兴
  1. PSO

    0下载:
  2. 带交叉因子的PSO算法,求解函数极值,在matlab中实现-PSO
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:WUYAN
  1. GA

    0下载:
  2. 基于VC++编程,实现遗传算法的代码,并实现了遗传算法对函数极值的搜索,并调用MATLAB绘图-Based on VC++ programming, genetic algorithm code, and implements a genetic algorithm to function extremum search and call MATLAB Graphics
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1028159
    • 提供者:陈伟
  1. newtonandgexianfa

    0下载:
  2. 运用牛顿法和割线法来求函数极值的c++程序-Using Newton method and secant method to seek the function extremum c++ program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:268555
    • 提供者:周文欢
  1. solveequationsusingmatlab

    0下载:
  2. 介绍如何在Matlab中求解方程与函数极值,个人感觉讲的不错-how to solve equations and poles in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:11338
    • 提供者:cougar
  1. simulated-annealing-algorithm

    1下载:
  2. 用模拟退火算法实现求函数极值问题,c++原码-Simulated annealing algorithm demand function, extremal problem, c++ source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:1383
    • 提供者:xiuxiu
  1. 83390037

    0下载:
  2. 一个用于求函数极值的遗传算法程序-A demand function for extreme program of genetic algorithm1111111111
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5329
    • 提供者:lsy
  1. c

    0下载:
  2. 一个求函数极值问题,用黄金分割法-Extreme Value of a demand function, with the golden section! ! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:503290
    • 提供者:lsy
  1. GA-1

    0下载:
  2. 遗传算法求解函数极值问题。完整实现了遗传算法的选择/交叉/变异等功能,可设定交叉和变异概率。C++语言,输出为文件形式-Genetic Algorithm for function extremum problem. Full realization of the genetic algorithm selection/crossover/mutation and other functions, can be set crossover and mutation probability. C+
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2041
    • 提供者:arrow
  1. PSO26

    0下载:
  2. 粒子群算法 寻优算法非线性函数 极值 寻优-Particle Swarm Optimization Algorithm for the optimization of nonlinear function extremum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1956
    • 提供者:guanyouyuan
  1. pso

    0下载:
  2. Matlab PSO微粒群算法程序(优化函数极值)-Matlab PSO PSO procedure (optimization function extreme value)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1520
    • 提供者:zmw
« 1 2 3 45 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com