搜索资源列表
vbC9
- 用VB实现的函数的极致和最优化 包括黄金分割搜索法、不用导数的布伦特法 用导数的布伦特法、多元函数的山单纯形法、多元函数的变尺度法等-VB function of the body and optimization including 0.618 search, not derivative Brent Act, Brent derivative, the multi-function Hill simplex method, the multi-function as a criter
多元线性回归
- 多元线性回归软件1.0版。主要用于统计方面,根据原始资料,求解应变量(Y)与自变量(X1,X2,X3,X4....)的统计函数关系。 可以广泛的应用于各类学校、统计局、气象水文、等其他一些科学计算单位。-multivariate linear regression software version 1.0. Mainly for statistics, in accordance with the original information, should be solved variable (
simplicityAlgorithm3
- /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/ * Use simplex algorithm for multi-function extremum computer code * / /********** ************
gongetidufa
- 多元函数的共扼梯度法VC代码,子过程FRPRMN实现了该方法的过程。-multi-function conjugate gradient method VC code, sub-process FRPRMN realization of the method process.
duoyuanhanshutidu
- 用C++编的求多元函数梯度方法,能使用,我已经调试过了-C series for multi-function gradient method, in use, I have over the debugging
duoyuanhanshuerjiedaoshu
- 用C++编的多元函数求二阶导数,能使用,我已经调试过了-C series of the multi-function for second derivative, in use, I have over the debugging
D11R8
- 多元函数的共轭梯度法求多元函数在无约束情况下的最小值
amebsa514
- 本程序实际上是把模拟退火过程引入单纯形法来求多元函数的极值,和用模拟退火算法求旅行熵问题有许多不同。获得本程序后,需要自行编制程序调低温度temper,重置iter,以满足个人的不同应用需要。
optimization_cases_using_GA
- 运用遗传算法进行多元多峰函数优化,多目标问题优化!有案例!可以运行!-using Genetic Algorithm to test multi-peak function and multi-objective function.
smthga
- 很程式化的标准遗传算法程序,用以求解多元函数的极值-Very stylized standard genetic algorithm procedure to solve the multi-function extremum
multifunctionvariablemetricmethod
- 解具有导数的多元函数的无约束极小值点或具有导数的非线性方程组的近似解-Solution with multi-function derivative of the unconstrained point or derivative of the nonlinear equations of the approximate solution
aaa
- 该程序实现了最小二乘法的算法。基本思想是多元函数求极值所用的方法-Procedures for the implementation of the least squares algorithms. Basic idea is a multi-function for extreme value methods used by
SGA_C
- 该代码是遗传算法实现多元函数的最值问题,通过实数编码方法实现简单易懂-The genetic algorithm code is directed at the problem of multivariate function
Multivariable_Function_Extremum_with_MATLAB
- 根据高等数学求多元函数极值的思想,编写相应的MATLAB求极值程序。三个例子源自同济版《高等数学》中例题。-According to the Multiple Functions of Higher Mathematics extreme ideas, to prepare the corresponding MATLAB for extreme process. Three examples from Tongji Edition "Higher Mathematics" in the exa
Optimization
- 最优化计算C++程序以及实例,包含基本的矩阵运算、多元函数梯度、二阶矩阵、Cholesky分解等十三个算法源码和验证实例,在VisualStudio2010环境下调试成功,值得搞最优化算法时借鉴和参考。-Optimization calculation procedure and example C++, including basic matrix operations, multiple function gradient, second order matrix, Cholesky dec
遗传算法示例
- 基于遗传算法的多元函数寻优算法的matlab代码实现。(Multiple function optimization algorithm based on genetic algorithm)
GA
- 使用遗传算法求解有限制的多元函数的最优解(Using genetic algorithm to solve the optimal solution of restricted multivariate functions)
模拟退火算法
- MATLAB模拟退火算法,包含两个程序,一个是优化一元函数的,一个是优化多元函数的(MATLAB simulated annealing algorithm, including two programs, one is to optimize the unary function, one is to optimize the multivariate function)
核函数主成分分析KPCA
- 在多元统计领域中,核函数主成分分析(kernel principal component analysis, kernel PCA)是利用核函数方法技术对主成分分析(PCA)的扩展。使用核函数使原PCA的线性操作是在一个复制的内核希尔伯特空间中执行的。 KPCA的运算步骤势在PCA之前首先对数据进行kernel变换 ,再求相关系数矩阵。(In the field of multivariate statistics, kernel principal component analysis (ke
遗传算法多元函数优化
- 对于多元函数的求解,这里以用遗传算法进行求解,并给出了遗传算法的完整程序