通俗易懂的博文们

  1. tabu search
    https://blog.csdn.net/adkjb/article/details/81712969
  2. 十大经典排序算法:归纳+动图演示
    https://www.cnblogs.com/onepixel/articles/7674659.html
  3. 【直观详解】拉格朗日乘法和KKT条件
    https://charlesliuyx.github.io/2017/09/20/拉格朗日乘法和KKT条件/
  4. 单纯形法
    https://blog.csdn.net/theonegis/article/details/78256156
    文中有几处应该是笔误吧,例子中CB=(1−1) ,XN=(−5−2−3),XN应该是CN.
  5. Holt’s指数平滑法
    https://blog.csdn.net/anshuai_aw1/article/details/82499095
  6. 牛顿法、拟牛顿条件、DFP、BFGS、LBFGS算法
    https://blog.csdn.net/itplus/article/details/21896453
  7. Java 8 之Stream流
    https://www.jianshu.com/p/eb331282f2f3

猜你喜欢

转载自blog.csdn.net/qq_32732581/article/details/89737789