I've been looking into
optimization algorithms recently. That is, given f(x), find x to minimize f(x) where x may be multidimensional (or even
infinite-dimensional). It turns out that surprisingly many useful problems can be cast as an optimization problem. For example, solving the equation Ax=b (where A is a symmetric matrix) can be thought of as
(
Read more... )