Results 1 -
1 of
1
Automatic program repair with evolutionary computation,”
- Commun. ACM,
, 2010
"... Abstract There are many methods for detecting and mitigating software errors but few generic methods for automatically repairing errors once they are discovered. This paper highlights recent work combining program analysis methods with evolutionary computation to automatically repair bugs in off-th ..."
Abstract
-
Cited by 34 (5 self)
- Add to MetaCart
is conceptually similar to binary search, but it returns a set instead of a single number. Intuitively, starting with {c 1 , …, c n }, it might check {c 1 , …, c n/2 }: if that half of the changes is sufficient to pass the Test, then {c 1+n/2 , …, c n } can be discarded. When no more subsets of size n/2 can