matlab2014a代码-Numerical_optimization:几种局部优化方法的实现

时间:2021-06-08 13:56:07
【文件属性】:
文件名称:matlab2014a代码-Numerical_optimization:几种局部优化方法的实现
文件大小:516KB
文件格式:ZIP
更新时间:2021-06-08 13:56:07
系统开源 matlab2014a代码数值优化 该存储库包含多种优化方法的实现。 班级信息 GIST EC6301, Prof. Sung-Chan Jun 语 C++ and MATLAB 这段代码是用MATLAB2014a写的 内容 平滑单变量方法 (C++) 对分 牛顿 割线 射频管理 非平滑单变量方法 斐波那契搜索 黄金分割搜索 非光滑多元方法 鲍威尔的方法 内尔德-米德法 平滑多元方法 多元牛顿 拟牛顿 最陡的下降 共轭梯度法 线性CG 非线性CG 最小二乘法 高斯-牛顿 莱文贝格-马夸特 致谢 缺少一些代码(函数)和输入文件(excel 文件)。 它会很快更新。
【文件预览】:
Numerical_optimization-master
----cpp()
--------univariate_smooth()
----matlab()
--------univariate_non_smooth()
--------uni_non_smooth_main.m(1KB)
--------least_square()
--------conjugate_gradient()
--------multivariate_smooth()
--------multi_non_smooth_main.m(1KB)
--------multi_smooth_main.m(2KB)
--------least_square_main.m(791B)
--------conjugate_grad_main.m(1KB)
--------multivariate_non_smooth()
----README.md(904B)
----reports()
--------univariate_non_smooth_report.docx(64KB)
--------multivariate_non_smooth_report.docx(130KB)
--------least_square_report.docx(61KB)
--------univariate_smooth_report.docx(47KB)
--------multivariate_smooth_report.docx(175KB)
--------conjugate_gradient_report.docx(85KB)

网友评论