The NEOS Server offers
BARON for
the solution of global optimization problems
in GAMS format.
BARON is a computational system for solving nonconvex optimization problems
to global optimality. Purely continuous, purely integer, and mixed-integer
nonlinear problems can be solved with the software. The Branch And Reduce
Optimization Navigator derives its name from its combining constraint
propagation, interval analysis, and duality in its reduce arsenal with enhanced
branch and bound concepts as it winds its way through the hills and valleys of
complex optimization problems in search of global solutions.
BARON is being developed by Nick
Sahinidis and
Mohit Tawarmalani.
Availability of BARON on the NEOS Server is possible thanks to the
generosity of The GAMS Development Corporation and the providers
of software for the solution of the LP and NLP subproblems solved by
BARON (CPLEX and MINOS are the default BARON solvers for LP and
NLP subproblems, respectively).
Using the NEOS Server for BARON
The user must submit a model in GAMS
format to solve an optimization problem. For security purposes, the model
submitted must adhere to the following conventions:
- The model must be self contained, i.e. no $include or $batinclude
- No execution of external programs is allowed, i.e. no $call or execute
- No file creation, i.e. no put files or $echo
If you are unfamiliar with GAMS, the
GAMS Tutorial
gives a quick introduction to the essentials of a GAMS model and the
output provided when the model is solved. Examples of models in GAMS
format can be found in the
GAMS model library and an
alphabetical index
is also available.
An option file can be used to specify BARON options. Currently, the NEOS
Server can only use optfile=1 with GAMS input. Therefore, any model
that specifies a different options file will not work as intended.
The NEOS Server initially limits the amount of output generated in the
listing file by turning off the symbol and unique element list, symbol
cross references, and restricting the rows and columns listed to zero.
This behavior can be changed by specifying the appropriate options
in the model file. See the
documentation on the
modeling language for further information.
You can submit an optimization problem specified in the GAMS
modeling language to be solved using the optimization tools on
the NEOS Server. You need to specify the absolute path to a
GAMS file on your system.
Model File:
The Options file is optional and requires that the
statement <modelname>.optfile = 1 ;
exist before the solve statement in your model file. At this
time, only optfile = 1 is supported; however,
options may also be specified within the model input file (see
the GAMS documentation).
Options File:
Optional GDX file for inputs. This file will be renamed to in.gdx. The model must include "$GDXIN in.gdx" to load this file
GDX File:
The solver will return a compressed GDX file which contains all symbols in the model.
Return GDX output:
The log file contains information generated by the algorithm
during a solve. Checking the box will cause the log file to be
included in the output returned.
Return log file:
Enter any additional comments here (e.g. to identify the data
for your own information). These comments will be returned
with your results.
Comments:
Put in priority queue. 5 minute job runtime limit.
Dry run: generate job XML instead of submitting it to NEOS
Please do not click the 'Submit to NEOS' button more than once.
|