|
|
|
|
|
by pgodman100
5829 days ago
|
|
Hi. Disclaimer: I work for Corensic. We avoid exponential search space problems by using sampling, and curtailing of exploration. We choose what to explore based on research about where bugs are likely to lie. Exhaustive examination of all but fairly trivial problems is impossible for exactly this reason, and this is why we sample: rather than force users to change the way they write code, we deal with the way they have written code. Thanks,
Pete |
|
Basically, you use the same general strategies that are used to write Go playing programs.