搜索资源列表
homework-code
- 不精确一维搜索wolfe-Powell准则、BFGS、牛顿法、LU分解、有效集法等-Inexact line search wolfe-Powell criteria, BFGS, Newton' s method, LU decomposition, the effective collection method
minGETDPRPWP
- 共轭梯度法的prp方法结合wolfe-powell法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum of Conjugate Gradient Method the prp method combined wolfe-powell method to solve the multi-dimensional function must be written in the previous one for search function
minGETDFRWP
- 共轭梯度法的FR方法结合wolfe-powell搜索,求解多维函数的极小值,在此前必须编写好一为搜索函数-FR method combined with the conjugate gradient method wolfe-powell search for solving multidimensional function minimum, must be written in the previous one for the search function
minGETDPRPWP3
- 共轭梯度法prp结合wolfe-powell搜索求解函数的极值,在之前必须准备好相应的程序-Conjugate gradient method the prp combined wolfe-powell search for solving the extreme value of the function must be ready before the corresponding program
LBFGS
- 解二次函数的LBFGS算法,包括几个子程序,并且用了wolfe 线性搜索法-LBFGS algorithm for solving quadratic function
FrankWolfe
- Frank-Wolfe算法,交通网络流中交通分配能用上-Frank-Wolfe algorithm, the traffic flow in the network can be used on traffic assignment
Ghost_zh_v0.6.3
- Ghost是迄今为止最好用的开源博客平台。Ghost博客由前WordPress主管 John O Nolan 和美女工程师 Hannah Wolfe 创立。开源社区支持率远超WordPress,已成为国外最流程的独立博客平台。 Ghost中文版由云应用托管服务商 点云 主导开发和在中国区推广。中文版代码将在与官方版保持一致的前提下,加入一些特有功能。 比如:可以将博文转换成长微博,自动发布到用户绑定的微博上; 可以与用户的公众账号关联,自动生成图文消息并推送等等。 如果你是NodeJS开
CG_optimal
- 共轭梯度法求解无约束最优化问题,采用Wolfe线搜索和armijo算法,还有对各种修正方法(HS,DY...)的对比【自己编写的】-Conjugate Gradient Methods Solve Optimal Question And Linear Eqution
MVEE
- d维空间中N个点,求这些点的最小体积覆盖椭球。 算法:针对其对偶问题,采用Franke-Wolfe序列线性逼近策略,逐次求得最优乘子,进而求出椭球的相关参数,又称Khachiyan一阶导数算法。 适用范围:中小规模数据集-Minimum Volume Enclosing Ellipsoid; MVEE
numerical-experiment-one
- 最优化最速下降方法,利用了非精确步长搜索 armijo、Wolfe方式,并利用两个算例进行演示-Optimization of steepest descent method, using the inexact search step length armijo, Wolfe method, and the use of two examples for demonstration
wolfe
- 非精确线搜索中的Wolfe搜索,强Wolfe搜索比一般Wolfe搜索快(Wolfe search in inexact line search, strong Wolfe search is faster than general Wolfe search)
frank-wolfe
- frank-wolfe算法案例,可帮助实现交通平衡配流(Frank-Wolfe algorithm case can help to achieve traffic equilibrium assignment.)