SEAug 26, 2016

"Sampling"' as a Baseline Optimizer for Search-based Software Engineering

arXiv:1608.07617v371 citations
Originality Incremental advance
AI Analysis

This provides a more efficient baseline for software engineering researchers dealing with slow models, though it is incremental as it builds on existing optimization approaches.

The paper tackled the problem of high computational cost in search-based software engineering by proposing a simple sampling method called SWAY, which was found to be competitive with state-of-the-art evolutionary algorithms while requiring far less computation cost.

Increasingly, Software Engineering (SE) researchers use search-based optimization techniques to solve SE problems with multiple conflicting objectives. These techniques often apply CPU-intensive evolutionary algorithms to explore generations of mutations to a population of candidate solutions. An alternative approach, proposed in this paper, is to start with a very large population and sample down to just the better solutions. We call this method "SWAY", short for "the sampling way". Sway is very simple to implement and, in studies with various software engineering models, this sampling approach was found to be competitive with corresponding state-of-the-art evolutionary algorithms while requiring far less computation cost. Considering the simplicity and effectiveness of Sway, we, therefore, propose this approach as a baseline method for search-based software engineering models, especially for models that are very slow to execute.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes