Tritlo / PropR

Genetic program repair using GHC
MIT License
30 stars 2 forks source link

Pre-computed fixes can miss many branches #108

Open Tritlo opened 3 years ago

Tritlo commented 3 years ago

Since we only evaluate the counter-example and a shrunk counter-example at that, we might be missing important branhces when using pre-computed fixes. So it's not neccessarily sound as a default optimization. We might alleviate this situation by considering more counter-examples than just the shrunk one from QuickCheck.