Hi! I have been experimenting with nlopt to solve a simple(order 4) constrained least squares problem using COBYLA. Running my program on both a 32-bit Fedora 7 and a 64-bit Fedora 12 works fine, but when I when i try to run it on the embedded STLinux(http://www.stlinux.com/) distribution, the program prints "Floating point exception"(not a C++ exception) and quits if i use more that about 2000 iterations.
By adding printouts at the entry and exit of my objective and constraint functions, I can see that the exception doesn't happen in my code. I don't know GDB, so, unfortunately, I can't be any more specific. I have tried both nlopt 1.2 and 2.0.2, and I get the same thing happening. Do you have any idea about what the problem can be? Regards, Lars Petter Mostad
_______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
