Welcome![Sign In][Sign Up]
Location:
Search - relaxation

Search list

[Mathimatics-Numerical algorithms数值计算

Description: 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
Platform: | Size: 3072 | Author: 毛伟杰 | Hits:

[DocumentsQOS路由器器问题的Lagrange松驰求解方法

Description: QOS路由器器问题的Lagrange松驰求解方法 可以参考-QOS routers for the Lagrange relaxation can refer Solution
Platform: | Size: 115712 | Author: 余之越 | Hits:

[Software EngineeringLagrangian1

Description: 用Lagrangian松弛法解化工批处理调度问题,不错的文章,希望队大家有用-using Lagrangian relaxation method of chemical batch scheduling problems, the article is true, We hope that the team useful
Platform: | Size: 261120 | Author: 张伟 | Hits:

[Software EngineeringJobShoplag

Description: 用Lagrangian松弛法解jobshop调度问题,不错的文章,希望队大家有用-using Lagrangian relaxation method of jobshop scheduling problems, the article is true, We hope that the team useful
Platform: | Size: 258048 | Author: 张伟 | Hits:

[AlgorithmmySOR

Description: 实现N阶线性方程组Ax=b逐次超松弛迭代法的通用程序-Realization of N-order linear equations Ax = b successive over-relaxation iteration method generic procedures
Platform: | Size: 1024 | Author: 潘晓惠 | Hits:

[Algorithmjacobi

Description: The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
Platform: | Size: 2048 | Author: danielwood | Hits:

[AI-NN-PRXiandaiYouhuaJisuanFangfa

Description: 谢金星,邢文训 本书系统地介绍了禁忌搜索、模拟退火、遗传 算法、人工神经网络和拉格朗日松驰等现代优化计算方法的模型与理论、应用技术和应用案例。本书共6章,第1章介绍算法复杂性的基本概念和启发式算法的评价方法,后5章分别介绍各个现代优化计算方法。-Xie Venus, Xing Wenxun book systematically introduce the tabu search, simulated annealing, genetic algorithms, artificial neural networks and modern optimization Lagrangian relaxation method of calculating the model with the theory, applied technology and application of the case. A total of 6 book chapters, Chapter 1 Introduction algorithm complexity of the basic concepts and heuristic algorithm of the evaluation methods, Chapter 5, respectively, after the introduction of modern optimization of the various methods of calculation.
Platform: | Size: 4205568 | Author: 萧七 | Hits:

[matlabrelaxation

Description: SOR方法解线性方程组的matlab程序例子(李庆扬数值分析例子)-SOR method to solve linear equations matlab program examples (examples of numerical analysis李庆扬)
Platform: | Size: 1024 | Author: tianhai | Hits:

[Windows DevelopFluidSolvr1

Description: My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor -My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
Platform: | Size: 196608 | Author: | Hits:

[AlgorithmSOR

Description: SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
Platform: | Size: 1024 | Author: 罗磊君 | Hits:

[OtherMathematics

Description: 利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码-Numerical analysis of the use of LU, LDLT, JACOBI, GAUSS_SEIDEL, RELAXATION structure matrix method to solve various problems, Visual C# Source code
Platform: | Size: 5120 | Author: 王大和 | Hits:

[AlgorithmSOR

Description: 这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。 -This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear equations, one effective solution.
Platform: | Size: 3072 | Author: 顾一新 | Hits:

[Algorithmprogram

Description: 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
Platform: | Size: 3072 | Author: funintears | Hits:

[hospital software systemT1simdata.m

Description: T1 relaxation NNLS simulation setup.
Platform: | Size: 1024 | Author: Lause | Hits:

[AlgorithmSOR

Description: 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Successive Over Relaxation Me thod, called SOR method) is the Gauss- Seidel method for an accelerated method is solution of large sparse matrix equations, one effective method, it has a simple formula, programming easy, take up less computer memory, etc., but the need for better acceleration factor (that is, the best relaxation factor). Let us first talk about the meaning of the term relaxation, and then use it to explain the Jacobi s iterative method and the Gauss- Seidel iterative method, and finally gives successive over relaxation iterative method of projection formula and the convergence condition.
Platform: | Size: 1024 | Author: iop | Hits:

[AI-NN-PRoptimization

Description: 最优化算法的总结,包括了主要的搜索算法,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 optimization calculations.
Platform: | Size: 6378496 | Author: zn | Hits:

[BooksgetPDF11

Description: Region-growing approach to colour segmentation using 3-D clustering and relaxation labelling The paper presents a new segmentation algorithm for colour images based on a series of region growing and merging processes. This algorithm starts with the region growing process, which groups pixels into homogeneous regions by combining the 3-D clustering and relaxation labelling techniques. Each resulting small region is then merged to the region which is the nearest to it in terms of colour similarity and spatial proximity.
Platform: | Size: 1217536 | Author: mohammad | Hits:

[AlgorithmRelajacion_Lagrangiana

Description: Gams Ide code for solve a Lagrangian Relaxation problem for two diferents forms (hyperplanes drying method and method of feasible region)
Platform: | Size: 10240 | Author: mensajer | Hits:

[Othersup-relaxation-iteration-method

Description: 逐次超松弛迭代,数值模拟人士必知晓的知识-sup-relaxation iteration method
Platform: | Size: 756736 | Author: 刘翔东 | Hits:

[source in ebookJacobi-over-relaxation

Description: Jacobi超松弛迭代是不动点迭代的一种,但收敛速度一般来讲并不理想。-Jacobi over relaxation is a fixed point iteration, the convergence rate is not ideal.
Platform: | Size: 693248 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net