You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which says that, we are working with MNIST model, and the test case generation will terminate when either the number of test cases is over 2000 or the target metric, Cell Coverage, reaches 0.9 coverage rate. We need to specify other parameters including threshold_CC, threshold_GC, symbols_SQ, seq. Moreover, we do not ask for the generation of miminal test suite, and the log is generated to the file log_folder/record.txt.
71
+
which says that, we are working with MNIST model, and the test case generation will terminate when either the number of test cases is over 2000 or the target metric, Cell Coverage, reaches 0.9 coverage rate. We need to specify other parameters including threshold_SC, threshold_BC, symbols_TC, seq. Moreover, we do not ask for the generation of miminal test suite, and the log is generated to the file log_folder/record.txt.
72
72
73
73
#### to run result analysis procedure
74
74
readfile.py can read the log file log_folder\record.txt and .MAT file of test conditions counting. Several figures includes the coverage updating information for all metrics and test conditions statistics plot are generated.
0 commit comments