搜索资源列表
用拉格朗日插值法依据N个已知数据点即使函数值
- 这是一个拉格朗日插值法的matlab程序,适合学习数值模拟的同学学习下载。-This is a Lagrangian of Matlab interpolation procedures, numerical simulation study for students learning to download.
Interpolation-algorithm
- 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lag
AugmentedLagrangianAlgorithms
- Augmented Lagrangian Algorithms 求解非线性最化的局部最优解 -Augmented Lagrangian Algorithms for solving nonlinear partial most of the optimal solution
lagrange
- 拉格朗日松弛法的机组组合程序,采用三节点算例-Lagrangian relaxation unit commitment program, the use of three-node example
matlab
- 包括牛顿法,拉格朗日法,LU分解法,100*100阶稀疏矩阵方程组的解法等-Including the Newton method, Lagrangian method, LU decomposition method, 100* 100 band sparse matrix equations of the solution, etc.
NIP
- matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
CDROM_GDC03
- 该程序为图形学中流体领域的大牛Jos stam于2003年公开发布的一个关于流体求解程序,其中就包含其半拉格朗日算法的实现。该程序为二维,相信读者拓展到三维是很容易的。-The program for the graphics in the field of fluid Daniudi Jos stam in 2003 published a fluid solver, which contains the semi-Lagrangian algorithm implementation. Th
An_SQP_Augmented_Lagrangian_BFGS_Algorithm_for_Co
- An SQP Augmented Lagrangian BFGS Algorithm for Constrained Optimization
optimization
- 最优化算法的总结,包括了主要的搜索算法,NP问题,遗传算法,神经网络,拉格朗日松弛,对计算机优化计算提供理论基础。-Summary of optimization algorithms, including the main search algorithm, NP problems, genetic algorithms, neural networks, Lagrangian relaxation, to provide a theoretical basis for computer op
Langr_Newton
- Optimization: work for Lagrangian Newton algorithm. -Optimization for Lagrangian Newton algorithm.
Relajacion_Lagrangiana
- Gams Ide code for solve a Lagrangian Relaxation problem for two diferents forms (hyperplanes drying method and method of feasible region)
A-Lagrangian-particle-level-se
- A Lagrangian particle level set method,A Lagrangian particle level set method
augmented-Lagrangian-
- 利用增广拉格朗日的方法,对图像进行去噪,包含各种去噪、去模糊以及Inpainting方法,改进的算法能够快速、有效的处理图像-Using the augmented Lagrangian method for image denoising, contains a variety of de-noising, go fuzzy and Inpainting method, the improved algorithm can quickly and effectively deal with i
Lagrangian-relaxation
- 拉格朗日松弛,将目标函数中造成问题难的约束吸收到目标函数中,并保持目标函数的线性,使问题更加容易求解。-Lagrangian relaxation
Lagrangian-SVM
- Lagrangian Support Vector Machine,拉格朗日支持向量机。翻墙搬来,出自WISCONSIN大学。-Lagrangian Support Vector Machine
lagrangian
- 拉格朗日乘子法法程序(Lagrangian multiplier method)
Lagrangian multiplier method
- 通过matlab实现拉格朗日乘子法。学习经典优化方法,熟悉matlab语言。(Realize the Lagrangian multiplier method by matlab. Learning classic optimization methods, familiar with matlab language.)
cap 2 Lagrangian Subspaces of Manifolds
- cap 2 Lagrangian Subspaces of Manifolds
Lagrangian-Fluid-Dynamics
- Lagrangian fluid dynamics. Starting from the foundations of elementary kinematics and assuming some familiarity of Eulerian fluid dynamics, this book reviews the classical and new exact solutions of the Lagrangian framework, and then addresses the ge
新建文件夹
- 拉格朗日乘子法解一道算术题,不含有迭代次数的,只是求解(Lagrangian Multiplication Method Solve an Arithmetic Problem)