Ben Chuanlong Du's Blog

It is never too late to learn.

Optimization Algorithms

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

If the objective function has derivative, then an optimization problem is equivalent to finding the root of the derivative of the object function.

Finding Root

  • Linear Search Only good for 1-dimensional …