BARON

BARON [Interfaced]

BARON is a commercial global optimization solver for linear and quadratic and nonlinear programs, including those with mixed integer constraints. It deterministically proves a global optimum to all compatible problems, including non-convex and mixed integer varieties. BARON is the world-leader in global optimization technology and its performance will not disappoint!

CategoryCommercial
Manager Prof. Nick Sahinidis
LicenseFree for Problems Up to 10 Variables
Home Page The Optimization Firm
Download Page BARON Download Page
MEX InterfaceAvailable from the Download Page
Pre-RequisitesNone
Version Interfaced12.7.7


Interfacing BARON

OPTI will work with any version of BARON v12 or higher, but requires an additional interface to work with MATLAB. The Optimization Firm provides BARON free for problems up to 10 variables, while the MATLAB interface is free for any size. For larger problems contact Nick Sahinidis .

To get BARON, complete the following steps:

  1. Visit the Optimization Firm Download Page and download both the BARON executable and the MATLAB/BARON interface.
  2. Run the BARON installer and take note of where you installed it to. The default location is C:\baron.
  3. From the BARON installation folder copy the BARON executable (baron), OpenMP library (libiomp5md.dll) and p-threads library (pthreadVC2-tof.dll) to the Interface folder within the matbar directory, i.e. matbar/Interface/ and rename the executable barin.
  4. Next, unzip the MATLAB/BARON interface folder (matbar) to a suitable permanent location.
  5. Navigate to the matbar directory within MATLAB, then run BARON_install to install the interface.

Type the following at the MATLAB command prompt to ensure everything is working:

>> baron(@(x) -x(1),[],[],[],0,1)