The NEOS Server offers ASA (Adaptative Simulated Annealing) for the solution of simple bound constrained optimization problems in AMPL format.
Additionally other constraint types may also be added. For an unfeasible point the user defined objective function will return an invalid state, therefore a TOO_MANY_INVALID_STATES error may occur for problems where it is difficult to obtain feasible points.
ASA is a solver implemented by Lester Ingber. The ASA AMPL interface was developed by Ismael Vaz in order to benchmark the PSwarm solver with a set of problems. The interface is inspired in the ASAMIN MATLAB interface to ASA.
ASA makes no use of derivative information of the objective function (so modest problem size should be submitted).
For further information about ASA interface to AMPL, contact aivaz@dps.uminho.pt.
For further information about ASA contact the ASA author.
The model is specified by a model file, and optionally, a data file and a commands file. If the command file is specified it must contain the AMPL solve command.
The commands file can contain any AMPL command or set options for ASA with, for example,
option asa_options "maxf=1000";
Options include any of the parameters
Printing directed to standard out is returned to the user with the output. Enter the location of the ampl model (local file) Model File:
DOE disclaimer DOE Web privacy policy