搜索资源列表
SMO训练算法
- smo是一种训练算法,通过两次循环嵌套寻找违反kkt条件的样本,每次优化两个拉格朗日乘子,大大提高训练速度。
Projict-SMO
- 选择违背KKT条件的样本点进行优化,更新拉格朗日因子,阈值,权向量等。-smo
kkt
- this program is kkt method in math
LP_pdi_feasible_eqined
- 应用内点法中原-对偶路径跟踪法,求解线性规划问题,也可以用于求解最优潮流问题,不过KKT方程较复杂。-using the original- dual path following method is used to solve linear programming problems
Optimization and KKT conditions
- 由复旦大学经济学院中国经济研究中心冯曲编写的最优化与KKT条件一书(The best book of optimization and KKT conditions written by Feng Qu, the center of Economic Research of Fudan University, China Economic Research Center)
Karush-Kuhn-Tucker最优化条件
- KKT典型寻优程序,对于目标函数与约束下的程序构造。(KKT typical optimization program, for the objective function and constraints under the program construction.)