Veröffentlicht: von

 

We are happy to inform you that a new version of the SACOBRA package is available on CRAN. SACOBRA is a self-adjusting surrogate assisted optimization framework designed for expensive black-box constrained problems.

This version of SACOBRA can handle black-box equality constraints  as described in this paper. Also the online model selection algorithm described in an award-winning paper is available to use in our recent release of SACOBRA. Additionally, the implementation of all 24 G-problems (the most commonly used test-suite for black-box constrained optimization problems in optimization community) is directly available in our package. If you have used SACOBRA 1.1 you might have experienced repeated warning messages coming from nloptr package, this issue is also resolved for the moment.

 

You can easily install SACOBRA by running the following line in your R command line:

install.packages("SACOBRA",dependencies=T)

 

If you have any interesting or challenging constrained optimization problems that you want to solve efficiently, apply SACOBRA and let us know about your experience.