搜索资源列表
conjugate_grads
- 这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.
OptimizeMethod
- 最优化问题的线性规划求解源码(研究生课程:最优化计算方法)-optimization problem solving linear programming source (postgraduate courses : optimization method)
marqfitp
- 二次最优化的C/C++源代码,适合研究数值计算、计算机视觉等方面的研究人员参考!-quadratic optimization of the C / C source code for the study of numerical calculation, Computer Vision and other aspects of reference!
zuiyouhua-0.618
- 0.618计算最大值 学最优化的时候写的菜程序-.618 study calculated the maximum optimal time to write procedures for the food
2005-0001
- 计算一般形式弹性张量最优化TI近似的C程序 Computing the optimal TI approximation of a general elastic tensor
最速下降法程序源代码
- 用最速下降法实现无约束模型的优化计算。
VByuyanDFPjisuan
- VB最优化计算,可以通过改变目标函数进行多维正定和非正定优化计算。-VB optimization calculation can be carried out by changing the objective function is multi-dimensional positive definite and non-positive definite optimization calculation.
MathcadParameterOptimizing
- 自编的Mathcad最优化计算程式,可自动搜索非线性规划中的最优解,图文并茂,实时波形显示。-A mathcad tool for optimizing the parameters
LAB3
- 最优化算法,黄金分割法,费波纳齐法计算函数最小值-Optimization algorithm, golden section method, the minimum function Feibonaqi method
Numerical_Recipes_in_C.The_Art_of_Scientific_Compu
- 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
Optimization
- 最优化计算C++程序以及实例,包含基本的矩阵运算、多元函数梯度、二阶矩阵、Cholesky分解等十三个算法源码和验证实例,在VisualStudio2010环境下调试成功,值得搞最优化算法时借鉴和参考。-Optimization calculation procedure and example C++, including basic matrix operations, multiple function gradient, second order matrix, Cholesky dec
progrm8
- 数学计算中的 共轭梯度法 用于最优化计算-Mathematics in the conjugate gradient method for the optimization
Newton
- 用于最优化牛顿法计算,可以实现目标函数求最小值问题,-Newton' s method for optimization, can achieve the objective function for the minimum problem, thank you
VL03-summ
- 柏林会议,关于最优化计算第三章!忘有帮助-Berlin Conference on Optimization Calculation Chapter! Forget the help
minLM_201306233
- Matlab编写的最小二乘法最优化计算方法,能自动完成多维非线性方程组的最小值计算-Matlab Min_LM math tools for calculating the min-value of formulars
function-optimization
- 遗传算法用于函数的最优化计算,程序有C语言编写-genetic algorithm C used in function optimization
optimization-source-code
- 精通MATLAB最优化计算(第2版)].龚纯等-This is the source code in the book
精通MATLAB最优化计算
- 精通matlab最优化计算,第三版的代码,从第六章开始(Many problems can be classified into optimization problems, whether from science test or from engineering design,Mathematical model of optimal design and optimal calculating method for a system are described in this paper
matlabjubing
- 本程序解决了matlab中fmincon最优化函数的非.m函数问题,程序中使用函数句柄,使用单个文件即可实现计算。包含基本的调用m函数方法程序、采用x(1)...x(6),带括号形式的句柄程序、采用定义的x1...x6多变量的句柄程序。程序可用于迭代过程中的最优化条件发生改变的情况。希望对大家有所帮助(This program solves the non.M function problem of the fmincon optimization function in MATLAB. In
最优化方法
- 使用各种不同的方法计算二元函数极值,如最速下降法,牛顿法,共轭梯度法,拟牛顿法,信赖域法等(Calculate binary function extremes using various methods, such as steepest descent, Newton's method, conjugate gradient method, quasi-Newton method, trust region method, etc.)