I recently hosted an episode of Software Engineering Radio called "Eran Yahav on the Tabnine AI Coding Assistant"!

  • Home
  • Teaching
    • Overview
    • Data Abstraction
    • Operating Systems
  • Research
    • Overview
    • Papers
    • Presentations
  • Outreach
    • Software
    • Service
    • Blog
  • About
    • Biography
    • Schedule
    • Contact
    • Blog
    • Service
    • Papers
    • Presentations

AVMf: An open-source framework and implementation of the alternating variable method

search-based methods
software tool
Proceedings of the 8th International Symposium on Search-Based Software Engineering
Authors

Phil McMinn

Gregory M. Kapfhammer

Published

2016

Abstract
The Alternating Variable Method (AVM) has been shown to be a fast and effective local search technique for search-based software engineering. Recent improvements to the AVM have generalized the representations it can optimize and have provably reduced its running time. However, until now, there has been no general, publicly-available implementation of the AVM incorporating all of these developments. We introduce AVMf, an object-oriented Java framework that provides such an implementation. AVMf is available from http://avmframework.org for configuration and use in a wide variety of projects.
Details

Paper
Presentation
Presentation
AVMf/avmf

Reference
@inproceedings{McMinn2016b,
 author = {Phil McMinn and Gregory M. Kapfhammer},
 booktitle = {Proceedings of the 8th International Symposium on Search-Based
Software Engineering},
 paper = {https://github.com/AVMf/avmframework-paper},
 title = {AVMf: An open-source framework and implementation of the alternating
variable method},
 year = {2016}
}

Return to Paper Listing

GMK

Top