Energy-Aware Metaheuristics
About
This paper presents a principled framework for designing energy-aware metaheuristics that operate under fixed energy budgets. We introduce a unified operator-level model that quantifies both numerical gain and energy usage, and define a robust Expected Improvement per Joule (EI/J) score that guides adaptive selection among operator variants during the search. The resulting energy-aware solvers dynamically choose between operators to self-control exploration and exploitation, aiming to maximize fitness gain under limited energy. We instantiate this framework with three representative metaheuristics - steady-state GA, PSO, and ILS - each equipped with both lightweight and heavy operator variants. Experiments on three heterogeneous combinatorial problems (Knapsack, NK-landscapes, and Error-Correcting Codes) show that the energy-aware variants consistently reach comparable fitness while requiring substantially less energy than their non-energy-aware baselines. EI/J values stabilize early and yield clear operator-selection patterns, with each solver reliably self-identifying the most improvement-per-Joule - efficient operator across problems.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Combinatorial Optimization | KP (Knapsack Problem) | Energy Consumption (J)426 | 9 | |
| Combinatorial Optimization | NK Landscapes | Energy Consumption (J)604.5 | 9 | |
| Optimization | NK-landscapes (test) | Mean Fitness73.52 | 9 | |
| Combinatorial Optimization | ECC (Error-Correcting Codes) | Energy Consumption (J)7.06e+3 | 9 | |
| Optimization | Error-Correcting Codes (ECC) (test) | Mean Fitness6.33 | 9 | |
| Optimization | Knapsack Problem (KP) (test) | Mean Fitness9.04e+3 | 7 |