搜索资源列表
agaus
- 求非线性方程组的最小二乘解的广义逆法,求解无约束条件下的优化问题
CG
- 共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。 共梯度法也可以用于求解无约束优化问题。
最速下降法程序源代码
- 用最速下降法实现无约束模型的优化计算。
无约束优化 梯度法
- 无约束优化 梯度法的C++程序
无约束优化 阻尼牛顿法
- 无约束优化 梯度法的C++程序
无约束优化 坐标轮换法
- 无约束优化 坐标轮换法的C++程序
DUOWEIWUYUESHU.rar
- 几种多维无约束优化算法,fun表示目标函数。 有Powel法、坐标变换法等,Several multi-dimensional unconstrained optimization algorithm, fun, said the objective function. There Powel law, such as coordinate transformation method
powell
- 机械优化设计,鲍威尔法无约束优化程序,程序可以在vc6.00++环境运行-Optimization of Mechanical Design, Powell method for unconstrained optimization procedure, the procedure can vc6.00++ Environment running
zuisuxiajiangfa
- 最速下降法优化,无约束,可以自己改进。很容易懂有简单的说明。-Steepest descent method optimization, non-binding, can improve. There is a simple easy to understand explanation.
CG_PLUS
- 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代码所用语言为Fortran77.-The use of conjugate gradient method (CG+) to solve large-scale unconstrained optimization problems, the code language for Fortran77.
OptimumDM
- 机械优化设计一维、多维约束、多维无约束优化算法集成。包括:黄金分割法、牛顿法、梯度法、随机方向法、可行方向法等-Optimization of Mechanical Design dimensional, multi-dimensional constraints, multi-dimensional integration of unconstrained optimization. Include: golden section method, Newton method, gradient
Newton
- 数值计算中求解最优化问题时 针对无约束优化问题的牛顿法求解算法代码-Solving numerical optimization problems in the unconstrained optimization problem for the Newton algorithm code
gongefangxiang
- 用共轭方向法求多元二次正定函数无约束优化问题-optimization problem
CGP.1.1.tar
- 该软件包CG +是为解决大规模,无约束,非线性优化问题的共轭梯度代码。企业管治+实现了共轭梯度法的三个不同版本:弗莱彻-里夫斯方法,波拉克Ribiere方法的,积极的波拉克-Ribiere方法的(聊天总是非负)-The package CG+ is a Conjugate Gradient code for solving large-scale, unconstrained, nonlinear optimization problems. CG+ implements three diffe
cunter
- 经典无约束优化数值算法代码,牛顿法的算法在matlab中的实现。-unconstrained optimization numerical algorithm
CG
- 机械优化设计的无约束优化方法中的共轭梯度法 C++源程序 绝对能运行-Unconstrained optimization method to optimize the mechanical design of the conjugate gradient method can certainly run C++ source
DFP-and-BFGS
- 分别用DFP和BFGS来解决无约束的优化问题,中间用的进退法和黄金分割法。-With DFP and BFGS respectively to solve unconstrained optimization problems, in the middle between the method and the golden section method.
programming
- 优化问题,包括一维搜索,最速下降法,牛顿法,拟牛顿法等无约束极值问题的求解方法-optimization problem
Variable-Scale-Method
- 优化设计无约束优化间接法变尺度法C++源代码求最优解-Optimization design unconstrained optimization indirect method variable- scale method C++ source code to find the optimal solution
zuobiaolunhuanfa
- 将工程问题转化为数学问题,进行无约束优化,求得极小值。(The engineering problem is transformed into a mathematical problem, and unconstrained optimization is used to obtain the minimum value.)