accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

More test functions #38

Closed accosmin closed 9 years ago

accosmin commented 9 years ago

Implement other optimization test functions described here: https://en.wikipedia.org/wiki/Test_functions_for_optimization http://www.sfu.ca/~ssurjano/optimization.html

accosmin commented 9 years ago

http://www.sfu.ca/~ssurjano/boha.html http://www.sfu.ca/~ssurjano/zakharov.html http://www.sfu.ca/~ssurjano/camel6.html http://www.sfu.ca/~ssurjano/colville.html http://www.sfu.ca/~ssurjano/stybtang.html

accosmin commented 9 years ago

Implemented all except the 6 hump camel function (too hard to compute all its local mimima).