搜索资源列表
Nr_C
- 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下读写屏幕象点、基本
SimplexMethod
- 用labview编写的基于单纯形寻优算法。用来搜索高斯函数的极值点。-prepared using PC-based simplex optimization algorithms. Search Gaussian function to the extreme point.
Extremum123
- 一维极值连分式法. 计算极值函数(方法)定义头文件-a peacekeeping Extreme Continued Fractions. Extreme calculation functions (methods) definition header files
数学优化分析综合工具软件包
- 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
Optimization
- 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
conjugate_grad_2d
- 改进的共轭梯度法,可求取二元函数的极值。-Improved conjugate gradient method, can strike a binary function of the extremum.
grad_2d
- 梯度法,可求解二元函数极值,并给出一个实例。-Gradient method can solve the binary function extreme value, and gives an example.
yichuansuanfa
- 用来求解函数极值的遗传算法程序,用matlab写成,不错的资料-zh fk jalfj alajf lajf lnfal jfdahwf nkas jlfja ljfa
danchunxing
- 单纯形法求目标函数极值及决策变量值,c语言编写-Simplex method for the objective function and decision-making variable extremum value, c language
GeneticAlgorithm
- 这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other functions in order to achieve ext
83390037
- 一个用于求函数极值的遗传算法程序-A demand function for extreme program of genetic algorithm1111111111
CH10
- 采用复合形法(复行调优法)求有约束条件的函数极值-olving the constrained non linear optimization by compound form method
decod
- 利用遗传算法求解函数极值, 主程序是对函数f(x,y)=x2+y2(-1<x<1,-1<y<1)求解最小值。decod.m 为子函数,实现二进制编码到十进制数的转换功能-Use of genetic algorithm for function extremum, the main program is the minimum value of the function f (x, y) = x2+ y2 (-1 <x <1,-1 <y <1) s
mainGA1
- 基于matlab的实数编码,求函数极值,内设四个经典测试函数,以验证算法有效性,三个没有问题,其中一个有小问题,细心的人可以发现-based on matlab ,real genetic algorithm,in search for the max or min point of function ,4 functions are tested ,proved it to be a good code .just so
genetic
- 遗传算法求解函数极值,适应于一切连续区间分段连续函数-using the genetic algorithm to solve function max/min value
NumAlgFor77
- 这是一个标准数值计算的Fortran77案例程序,虽然没有高深而专门的算法,但对一些常用的算法,如矩阵计算,插值,拟合,数值微分和积分,非线性方程求根,函数极值,常微分和偏微分方程的求解等给出了案例式的的解法,有助于数值方法初学者入门或老用户常规调用,也可以作为子例子程序调用。-This is a standard numerical Fortran77 procedures in case, though not profound and specialized algorithms, but
The-MATLAB-equation
- MATLAB解方程与函数极值、线性方程组求解、非线性方程数值求解、常微分方程初值问题的数值解法、函数极值。-The MATLAB equation and the extreme value of function, solving linear equations, nonlinear equations, numerical solution of initial value problem of ordinary differential equation, the numerical s
GA
- 基于遗传算法的函数极值求解,就是通过遗传算法求解函数极大极小值-use the GA algorithm to get the min or max vaual of the function
InsertFunction
- 这些程序用于用不同方式求解函数极值,并作出图像-The program is used in different ways to solve the function extreme and make image
最优化方法
- 使用各种不同的方法计算二元函数极值,如最速下降法,牛顿法,共轭梯度法,拟牛顿法,信赖域法等(Calculate binary function extremes using various methods, such as steepest descent, Newton's method, conjugate gradient method, quasi-Newton method, trust region method, etc.)