The NEOS Server offers PSwarm for the solution of bound constrained optimization problems in AMPL format.
PSwarm is a global optimization solver for bound-constrained problems (for which the derivatives of the objective function are unavailable, inaccurate or expensive).
The algorithm combines pattern search and particle swarm. Basically, it applies coordinate search in the poll step and particle swarm in the search step.
PSwarm makes no use of derivative information of the objective function. It has been shown to be efficient and robust for smooth and nonsmooth problems, both in serial and in parallel.
We expect that all publications describing work using this software quote the following reference: A. I. F. Vaz and L. N. Vicente, A particle swarm pattern search method for bound constrained global optimization, to appear in Journal of Global Optimization.
For further information about PSwarm, contact aivaz@dps.uminho.pt.
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 PSwarm with, for example,
option pswarm_options "size=60";
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