NEOS Interfaces to PGAPack

Sample Submissions
WWW Form - XML-RPC

PGAPack

The NEOS Server offers PGAPack (PGAPack Parallel Genetic Algorithm Library) for the solution of simple bound constrained optimization problems in AMPL format.

PGAPack was developed by David Levine of the Mathematics and Computer Science Division at Argonne National Laboratory. The PGAPack AMPL interface was developed by Ismael Vaz in order to benchmark the PSwarm solver with a set of problems.

PGAPack makes no use of derivative information of the objective function (so modest problem size should be submitted).

For further information about PGAPack interface to AMPL, contact aivaz@dps.uminho.pt.

For further information about PGAPack contact the PGAPack author.


Using the NEOS Server for PGAPack

AMPL input

The user may submit a model in AMPL format. Examples of models in AMPL format can be found in the PSwarm homepage.

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 pgapack_options "maxfun=1000";

Options include any of the parameters

Printing directed to standard out is returned to the user with the output.


Using the NEOS Server for PGAPack/AMPL


The user must submit a model in AMPL format. Examples are provided in the examples section of the AMPL website.

The problem must be specified in a model file. A data file and commands files may also be provided. If the commands file is specified, it must contain the AMPL solve command; however, it must not contain the model or data commands. The model and data files are renamed internally by NEOS.

The commands file may include option settings for the solver. To specify solver options, add

  option pgapack_options 'OPTIONS';
where OPTIONS is a list of one or more of the available solver options for AMPL.

Web Submission Form
Model File
Enter the location of the ampl model (local file)
Data File
Enter the location of the ampl data file (local file)
Commands File
Enter the location of the ampl commands file (local file)
Comments
Additional Settings


E-Mail address:
Please do not click the 'Submit to NEOS' button more than once.