Skip to content

Reelase 3.3.0 of OptimPack

Choose a tag to compare

@emmt emmt released this 20 Mar 16:04
· 7 commits to master since this release

This release fixes compilation issues with recent compilers and a few small bugs:

  • Code source and header for each algorithm BOBYQA, COBYLA, and NEWUOA are now independent from OptimPack code and headers.

  • Fix that some functions prototypes incorrectly were specifying an int return type instead of a specific enumeration type.

  • Fix value returned by line-search methods when argument was a NULL pointer.

  • 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.