Additional Files

The following gives a brief description of all files that might be created by the optimizer and when they are created.

·                runname.out contains the parameters that give the maximum payoff. This file is always created when the optimizer is invoked, and either OPTIMIZE or MULTIPLE_START is active.

·                sensitivity.tab contains information about the sensitivity of the payoff to different parameters. This file is created if the :SENSITIVITY option is used.

·                startpoint.tab contains the initial optimization points and the corresponding payoffs in tab-delimited format. This file is created if the MULTIPLE_START option is specified.

·                startpoint.dat contains the initial optimization points and the corresponding payoffs in a format suitable for Dat2vdf. This file is created if the MULTIPLE_START option is specified.

·                trace.dat contains values of the parameters and payoff over the course of an optimization in a format suitable for Dat2vdf. This file is created if the :TRACE option is used.

·                trace.tab contains values of the parameters and payoff over the course of an optimization in tab-delimited format. This file is created if the :TRACE option is used.

·                sortsens.tab contains information about the sensitivity of the payoff to different parameters sorted by importance. This file is created if the :SENSITIVITY=ALL_CONSTANTS option is used.

·                endpoint.dat contains the final optimization points and the corresponding payoffs in a format suitable for Dat2vdf. This file is created if the MULTIPLE_START option is specified and OPTIMIZER=POWELL.

·                endpoint.tab contains the final optimization points and the corresponding payoffs in tab-delimited format. This file is created if the MULTIPLE_START option is specified and OPTIMIZER=POWELL.

·                vector.dat contains a list of parameters versus payoffs in  a  form  suitable for use by Dat2vdf. This file is created if MULTIPLE_START=VECTOR and OPTIMIZE=OFF.