cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Pattern search optimisation algorithm li
Pattern search optimisation algorithm library
Sep 1, 2016 at 4:51pm UTC
crisrogo
(1)
Hello everybody,
I need a library that implements the pattern search (PS) optimization algorithm, which you can found here
https://en.wikipedia.org/wiki/Pattern_search_(optimization)
I have found that MATLAB uses this method, as seen inhttp://es.mathworks.com/help/gads/patternsearch.html and
http://es.mathworks.com/help/gads/how-pattern-search-polling-works.html
However, I haven't been able to find something similar on C++. I would implement it myself (as it is relatively easy to do so), but my boss prefers using external libraries.
Do you know any library that could work for me?
Thanks in advance.
Sep 1, 2016 at 8:32pm UTC
keskiverto
(10425)
No, I don't, but a websearch picked a review of algorithms:
http://www2.peq.coppe.ufrj.br/Pessoal/Professores/Arge/COQ897/dfo-Sahinidis.pdf
(It must have been written around 2009-2012.)
Topic archived. No new replies allowed.