Saturday, December 31, 2011

Basic direct search in C++?

I need to create a program in C++ that can find the minimum of a function using the basic direct search method for optimization. Any help?

No comments:

Post a Comment