搜索资源列表
opt
- 计算二维无约束优化的Powell法和坐标轮换法,以及一维搜索的黄金分割法和搜索区间确定的两个子程序.
optimizationprogram
- 优化设计C语言程序 进退法找区间、坐标轮换发、黄金分割法、区间消去法等
无约束优化 坐标轮换法
- 无约束优化 坐标轮换法的C++程序
minconPS
- 坐标轮换法求解多维约束问题极值,坐标轮换法求解多维约束问题极值-Coordinate Rotation Method Constrained extremum
12
- 优化设计的坐标轮换法,课程设计作业,适用简单问题-Optimal Design of the coordinates of the rotation law, the curriculum design operations, the application of simple questions
zuobiaolunhuanfa
- 计算机算法,编的不好,请各位批评指正,谢谢 坐标轮换法-Computer algorithms coordinate rotation method
algorithm_of_the_constrained_optimization
- 约束优化问题算法的 matlab 程序,包括: minRosen.m---Rosen 梯度投影法 minFactor.m----乘子法 minconPS.m-----坐标轮换法 minPF.m----外点罚函数法 minMixFun.m-----混合罚函数法 minJSMixFun.m----加速混合罚函数法-Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rose
turn7
- 7维坐标轮换法求函数的最小值的mathematica 源程序-7-dimensional coordinate rotation Method mathematica function of the minimum source
dimension_turn_6
- 优化设计算法:用坐标轮换法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发,变量维数为6 -Optimization Algorithm: Method using coordinate rotation objective function of optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 developmen
-Common-non-binding
- 最优化常用无约束方法,内有最速下降法,newton法,共轭梯度法,坐标轮换发等程序,程序均用C语言编写!-The most common unconstrained optimization methods, steepest descent method within, newton method, conjugate gradient method, coordinate rotation of hair and other procedures, procedures are writte
youhua
- 最优化方法及其Matlab程序设计。包括带约束的罚函数法,复合形法,坐标轮换法,乘子法,单纯形法,割平面法,粒子群法,遗传算法等各种优化算法-Optimization method and Matlab programming. Including the penalty function method with constraints, the complex method, coordinate rotation method, the multiplier method, the simp
zblh
- 算法分析与设计 坐标轮换法 的程序解释 有用的着的请下载-Algorithm analysis and design coordinate rotation method, explain the procedure useful for the download please
BFGS-and-oordinate-exchange
- BFGS算法和坐标轮换法编程源文件,是现代设计方法的作业-BFGS algorithm and coordinate rotation method program source file, is a modern design jobs
ConstrainedOptimizationProblem
- 约束优化问题: minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug) minPF(外点罚函数法解线性等式约束) minGeneralPF(外点罚函数法解一般等式约束) minNF(内点罚函数法) minMixFun(混合罚函数法) minJSMixFun(混合罚函数加速法) minFactor(乘子法) minconPS(坐标轮换法)(算法还有bug) minconSimpSearch(复合形法)-Constrained optimiz
function-method
- 约束优化问题,主要包括坐标轮换法,外点罚函数法,混合罚函数法,加速混合罚函数法,梯度投影法,乘子法-Constrained optimization problems, including the method of coordinate rotation, the outer points penalty function method, mixed penalty function method, accelerating hybrid penalty function method, th
zuobiaolunhuanfa
- 将工程问题转化为数学问题,进行无约束优化,求得极小值。(The engineering problem is transformed into a mathematical problem, and unconstrained optimization is used to obtain the minimum value.)