patternsearch
Intro
Source
TODO
Pattern Search
Optimization
This project is a look at minimizing with different algorithms. I have experimented with templated code without virtual functions, but I am now writing something simpler and easier to use.
Minimization of function. Moves to a better solution with each step. ie searches for the local minimum.
I do not know much about optimization and am learning as I go.