paper-with-me

Papers

Beyond Evolutionary Algorithms for Search-based Software Engineering

2017-01-27 · Jianfeng Chen, Vivek Nair, Tim Menzies

Context: Evolutionary algorithms typically require a large number of evaluations (of solutions) to converge - which can be very slow and expensive to evaluate.Objective: To solve search-based software engineering (SE) problems, using fewer evaluations than evolutionary methods.Method: Instead of mutating a small population, we build a very large initial population which is then culled using a recursive bi-clustering chop approach. We evaluate this approach on multiple SE models, unconstrained as well as constrained, and compare its performance with standard evolutionary algorithms. Results: Using just a few evaluations (under 100), we can obtain comparable results to state-of-the-art evolutionary algorithms.Conclusion: Just because something works, and is widespread use, does not necessarily mean that there is no value in seeking methods to improve that method. Before undertaking search-based SE optimization tasks using traditional EAs, it is recommended to try other techniques, like those explored here, to obtain the same results with fewer evaluations.

📄 PDF Abstract BibTeX arXiv:1701.07950

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Optimization meets Big Data: A survey

2021-02-03 · Ricardo Di Pasquale, Javier Marenco

This paper reviews recent advances in big data optimization, providing the state-of-art of this emerging field. The main focus in this review are optimization techniques being applied in big data analysis environments. I…

Survey

EC-KitY: Evolutionary Computation Tool Kit in Python with Seamless Machine Learning Integration

2022-07-21 · Moshe Sipper, Tomer Halperin, Itai Tzruia, Achiya Elyasaf

EC-KitY is a comprehensive Python library for doing evolutionary computation (EC), licensed under the BSD 3-Clause License, and compatible with scikit-learn. Designed with modern software engineering and machine learning…

BIG-bench Machine Learning

Challenges and Paths Towards AI for Software Engineering

2025-03-28 · Alex Gu, Naman jain, Wen-Ding Li, Manish Shetty 외

AI for software engineering has made remarkable progress recently, becoming a notable success within generative AI. Despite this, there are still many challenges that need to be addressed before automated software engine…

Code Generation

Interactive Multi-Objective Evolutionary Optimization of Software Architectures

2024-01-08 · Aurora Ramírez, José Raúl Romero, Sebastián Ventura

While working on a software specification, designers usually need to evaluate different architectural alternatives to be sure that quality criteria are met. Even when these quality aspects could be expressed in terms of …

Skills for the future software profession: beyond agentic AI!

2026-06-20 · Sungmin Kang, Baishakhi Ray, Abhik Roychoudhury arxiv

As coding agents are rapidly changing software engineering, a natural question is: what are the core skills needed by future software engineers? To identify where software engineering is headed and thus what skills will …