Xpress-MP的具体应用,包括线性规划、非线性规划的具体实例,有代码描述
2021-09-11 13:54:17 1.76MB Xpress-MP
1
Numerical Optimization,数值优化领域的经典书籍
2021-09-09 13:26:17 3.19MB Numerical Optimization
1
分享了原子搜索优化算法的源代码及其原文,亲测有效,更多算法可进入空间查查看
Convex Optimization 英文版 Boyd著;凸优化 中文版 王会宁译;中文版讲义;英文版答案等一系列资料都有。Convex optimization problems arise frequently in many different fields. This book provides a comprehensive introduction to the subject, and shows in detail how such problems can be solved numerically with great efficiency. The book begins with the basic elements of convex sets and functions, and then describes various classes of convex optimization problems. Duality and approximation techniques are then covered, as are statistical estimation techniques. Var
2021-09-08 15:01:04 59.27MB 中文版
1
分享了白骨顶鸡优化算法的源代码及对应原文,亲测有效,更多算法可进空间查看
2021-09-07 14:11:26 8.81MB COOT 人工智能 算法 群智能优化算法
分享了阿基米德优化算法的源代码及对应原文,亲测有效,更多算法可进空间查看
贝叶斯优化 Hyperband 超参数优化 实施 要求 - numpy - scipy - statsmodels - dask - torch (example) 安装 pip3 install bohb-hpo 用法 from bohb import BOHB import bohb . configspace as cs def objective ( step , alpha , beta ): return 1 / ( alpha * step + 0.1 ) + beta def evaluate ( params , n_iterations ): loss = 0.0 for i in range ( int ( n_iterations )): loss += objective ( ** params , step = i )
1
凸分析与最优化经典书籍
2021-09-06 16:46:56 40.3MB 最优化
1
代码优化:有效使用内存 Code Optimization: Effective Memory Usage pdf 英文版 清晰,该书中文版翻译质量很差,建议直接读英文版
2021-09-05 23:01:50 4.39MB 代码优化
1
一种迭代保留信息变量以在多元校准中选择最优变量子集的策略。 可以选择最优变量子集的方法。 在本研究中,一种考虑可能的策略提出了变量之间通过随机组合产生的交互作用,称为迭代保留信息变量 (IRIV)。 此外,变量被分为四类强烈信息量、弱信息量、非信息量和干扰变量。 在此基础上,IRIV 既保留了每个迭代轮中的强信息变量和弱信息变量,直到没有无信息和干扰变量存在。 三个数据集被用来研究 IRIV 的性能以及偏最小二乘法 (PLS)。
2021-09-04 14:53:02 745KB matlab
1