accosmin / nano

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

Improve the optimization unit test #31

Closed accosmin closed 8 years ago

accosmin commented 9 years ago

Split the check in multiple smaller parts:

accosmin commented 8 years ago

The problem is that some test functions are not bounded in some directions (e.g. Beale). So in this case, the function_t interface should be extended to contain a function that checks if a point is within bounds.

Replace function_t to a more object oriented design.