Fork me on GitHub
摘要: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function 阅读全文
posted @ 2017-06-07 20:35 hellowOOOrld 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 转载自: http://blog.csdn.net/dengjianqiang2011/article/details/8753807 MATLAB矩阵操作大全 一、矩阵的表示在MATLAB中创建矩阵有以下规则:a、矩阵元素必须在”[ ]”内;b、矩阵的同行元素之间用空格(或”,”)隔开;c、矩阵的 阅读全文
posted @ 2017-06-07 14:47 hellowOOOrld 阅读(85554) 评论(0) 推荐(1) 编辑
摘要: 转载自:增广拉格朗日乘子法(Augmented Lagrange Method) 增广拉格朗日乘子法的作用是用来解决等式约束下的优化问题, 假定需要求解的问题如下: minimize f(X) s.t.: h(X)=0 其中,f:Rn->R; h:Rn->Rm 朴素拉格朗日乘子法的解决方案是: L( 阅读全文
posted @ 2017-06-07 10:57 hellowOOOrld 阅读(30308) 评论(0) 推荐(0) 编辑