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
From my notes, these are the things we said would be our final changes.
Ranges
Generate test suite from ranges
Test suite cross over that gaurentees no loss in coverage
New simulation loop to use new Test suite and test case operations, and possibly counting number of times since last improvement.
Change local opt to check for any new coverage for edge or predicate, not just one or the other.
Add test loops and output to get needed data, like we did with the first problem set.
Do whichever ones you want, and I will do the rest on Sunday, and hopefully Saturday too. Also, if the list is missing anything please feel free to add it.
The text was updated successfully, but these errors were encountered:
3: Same kind of idea implemented in the form of using the following replacement scheme instead of the old replaceParentThenWorst.
replace parent1 with child1 + testcases from parent1 that cover things child1 doesn't
and replace parent2 with child2 + test cases from parent2 that cover things child2 doesn't
From my notes, these are the things we said would be our final changes.
Do whichever ones you want, and I will do the rest on Sunday, and hopefully Saturday too. Also, if the list is missing anything please feel free to add it.
The text was updated successfully, but these errors were encountered: