Action #637
Feature #633: Implement handling of INDEF etc in GPar
Add parameter check and initialization during GPar constructor
| Status: | Closed | Start date: | 12/14/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned To: | % Done: | 100% | ||
| Category: | - | Estimated time: | 0.00 hour | |
| Target version: | 00-07-00 | |||
| Duration: |
Recurrence
No recurrence.
History
#1
Updated by Knödlseder Jürgen about 13 years ago
The parameter validity should be checked during GPar construction. The GPar constructor is used when reading the parameter file, hence validity check during construction makes sure while reading that the parameter is correct.
- make sure that
valueis compliant withminandmax - make sure that
typeis valid - make sure that
modelis valid
Furthermore, we should initialize the status of the parameter (e.g. undefined, nan).
#2
Updated by Knödlseder Jürgen about 13 years ago
The type and mode are already checked by using the type() and mode() methods.
#3
Updated by Knödlseder Jürgen about 13 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
- Remaining (hours) set to 0.0
The status parameter is initialized.
Parameter checking is requested by feature #285, we don’t cover it here.
#4
Updated by Knödlseder Jürgen about 13 years ago
- Status changed from Feedback to Closed
- Estimated time set to 0.00