#include <qgame++.h>
Public Attributes | |
| int | misses |
| Number of misses (probability of desired output below threshold). | |
| double | maxError |
| Maximum error that occured in any of the test cases. | |
| double | avgError |
| Average error occuring through all test cases. | |
| double | maxExpOracles |
| Maximum number of expected oracle calls for any test case. | |
| double | avgExpOracles |
| Average number of expected oracle calls through all test cases. | |
This contains statistical data that has been produced during a test run (by calling QSys::testProgram()), i.e. after running the program for each specified test case and doing the final measurement after each run.
Definition at line 45 of file qgame++.h.
1.3.5