Previous Page Parent Page Next Page TOC
User Manual | Error Messages | Optimization Task

Optimization Task

These are error messages that can occur when running an optimization task.

Identifier
Optimization (1)

Message
Object 'OBJECTNAME' not found.

Description
The object specified by OBJECTNAME can not be found. This normally indicates that the model was changed and the parameters or constraints must be adjusted.


Identifier
Optimization (2)

Message
Lower Bound 'OBJECTNAME' not found.

Description
The lower bound specified by OBJECTNAME can not be found. This normally indicates that the model was changed and the parameters or constraints must be adjusted.


Identifier
Optimization (3)

Message
Upper Bound 'OBJECTNAME' not found.

Description
The upper bound specified by OBJECTNAME can not be found. This normally indicates that the model was changed and the parameters or constraints must be adjusted.


Identifier
Optimization (4)

Message
Empty Interval ('LOWERBOUND', 'UPPERBOUND') specified.

Description
The interval is invalid as the lower bound is larger than the upper bound. Please correct the problem.


Identifier
Optimization (5)

Message
Invalid Objective Functions.

Description
The objective function is invalid, i.e, COPASI can not interpret it. Please correct the problem.


Identifier
Optimization (6)

Message
No adjustable Parameters specified.

Description
Since no parameter are specified no optimization can be performed.


Identifier
Optimization (7)

Message
No Task Type specified.

Description
The optimization task type is not specified. Supported types are currently time course and steady state.


Identifier
Optimization (8)

Message
'NUMFAILS' Function Evaluation out of 'NUMEVALS' failed.

Description
A high percentage of failed function evaluation indicates that the parameter range is not appropriate or the objective function is ill defined. For parameter estimation problems please check also whether the experimental data is correctly specified in accordance with provided data files.