On Aug 18, 2010, at 4:01 AM, Ofek Shilon wrote:
I'm trying to compile NLOPT, and specifically the NLOPT_GN_ORIG_DIRECT/NLOPT_GN_ORIG_DIRECT_L algorithms. The code seems to be missing the following DIRParallel utility functions:
NLopt only implements serial optimization algorithms. If you want to use the parallel facilities in Gablonsky's DIRECT code, you should use Gablonsky's original Fortran code.
Steven _______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
