05 2023 档案

摘要:一、数学优化 1.1 定义 Mathematical Optimization(数学优化)问题,亦称最优化问题,是指在一定约束条件下,求解一个目标函数的最大值(或最小值)问题。 根据输入变量 𝑿 的值域是否为实数域,数学优化问题可分为离散优化问题和连续优化问题。 在连续优化问题中,根据是否有变量的 阅读全文
posted @ 2023-05-05 00:07 LeonYi 阅读(1560) 评论(0) 推荐(1)
摘要:// resizable array /* Think about a set of functions that provide a mechanism of resizable array of int. • Growable • Get the current size • Access to 阅读全文
posted @ 2023-05-04 23:51 LeonYi 阅读(156) 评论(0) 推荐(1)