Reelase 3.3.0 of OptimPack
This release fixes compilation issues with recent compilers and a few small bugs:
-
Code source and header for each algorithm
BOBYQA,COBYLA, andNEWUOAare now independent fromOptimPackcode and headers. -
Fix that some functions prototypes incorrectly were specifying an
intreturn type instead of a specific enumeration type. -
Fix value returned by line-search methods when argument was a
NULLpointer. -
Initialization of some local variables has been improved to avoid warnings.
-
Code compile with GCC and CLang and with flags
-O3 -Wall -Wpedantic -Wall -Werror.