Prepare Downhill Simplex for pull request
authorAlex Leontiev <alozz1991@gmail.com>
Thu, 1 Aug 2013 12:42:59 +0000 (20:42 +0800)
committerAlex Leontiev <alozz1991@gmail.com>
Fri, 30 Aug 2013 13:35:47 +0000 (21:35 +0800)
commit554e0027478fb7d183f1e740ccd090ce94e0c283
treea46c74e0b391ecafe56896cee4f1b1b1ae2ec70b
parentfc37df05ecd7f164033b6398a5749c7d7604fb7b
Prepare Downhill Simplex for pull request

This is an implementation of so-called downhill simplex method
(https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method)

Please, let me know if you have any comments, whoever you'd be.
modules/optim/doc/downhill_simplex_method.rst [new file with mode: 0644]
modules/optim/doc/optim.rst
modules/optim/include/opencv2/optim.hpp
modules/optim/src/debug.hpp [new file with mode: 0644]
modules/optim/src/lpsolver.cpp
modules/optim/src/simplex.cpp [new file with mode: 0644]
modules/optim/test/test_downhill_simplex.cpp [new file with mode: 0644]