Short Description:
Computer software that generates algebraic models from data.
Long Description:…
Short Description:
Computer software that generates algebraic models from data.
Long Description:…
BARON is a global optimization solver that was developed by Professor Nick Sahinidis and his research group. For more information about BARON, see…
BARON compatible functions
describes the types of functions the MATLAB/BARON interface supports
The MATLAB/BARON interface is provided by …
BARON is a sophisticated global optimizer that requires an algebraic description of the model in order to optimize it. User-supplied functions (objective, constraints) must be pre-processed to an…
baronRead
Read a BARON model from a .bar file into MATLAB
Syntax
[fun,lb,ub] = baronRead(filename)
[fun,lb,ub,nlcon,cl,cu] = baronRead(…
The MATLAB/BARON interface connects MATLAB with the BARON global optimization solver. BARON is provided free of charge for problems with up to 10 variables. No license is required to use the…
About BARON
BARON is a state-of-the-art global optimization solver developed by Professor Nick Sahinidis and his research…
BARON global optimization solver
BARON was developed by Nick Sahinidis and his research group. For more information about BARON, please contact Nick Sahinidis or…
baron
Solve a NLP/MINLP using the global MINLP solver BARON
Syntax
x = baron(fun,A,rl,ru)
x = baron(fun,A,rl,ru,lb,ub)
x = baron(fun…
sbaron
Solve a NLP/MINLP using the global MINLP solver BARON (alternative interface).
Syntax
x = sbaron('field1',value1,'field2',value2,...)…
Explore these example problems to get started with the MATLAB/BARON interface:
Example 1
Bilinearly constrained nonlinear program:

The above problem contains…
Example 2
Nonlinearly constrained nonlinear program:

The above problem is a…
Example 3
Nonlinearly constrained mixed-integer nonlinear program:

The following functions are provided with the MATLAB/BARON interface:
BARON compatible functions
BARON is a sophisticated global optimizer that requires an algebraic description of the model in order to optimize it. Therefore, user-supplied functions (e.g.,…
Copyright © 2018 The Optimization Firm. All rights…
The following publications describe BARON, its methodology, and various applications:
We would like to acknowledge the developers of the following third-party software that are currently utilized by BARON.
All ALAMO licenses include: full software access, no restrictions on features, and support across platforms. Free licenses are available to academics, CAPD sponsors, and U.S.…
Stay up-to-date with the latest releases and news. Sign up for our…