Powell Method
Powell methid, strickly Powell's conjugate gradient descent method, is an algorithm for finding the local minimum of a function. The function need not be differentiable, and no derivatives are taken.
For a qudratic optimization problem
Let's have n conjugate vectors b
The solution x* will be a function of those conjugate vectors:
Related Pages