An Evolutionary Hyper-heuristic for the Software Project Scheduling Problem.

Xiuli Wu,Pietro Consoli,Leandro Minku,Gabriela Ochoa,Xin Yao
DOI: https://doi.org/10.1007/978-3-319-45823-6_4
2016-01-01
Abstract:Software project scheduling plays an important role in reducing the cost and duration of software projects. It is an NP-hard combinatorial optimization problem that has been addressed based on single and multi-objective algorithms. However, such algorithms have always used fixed genetic operators, and it is unclear which operators would be more appropriate across the search process. In this paper, we propose an evolutionary hyper-heuristic to solve the software project scheduling problem. Our novelties include the following: (1) this is the first work to adopt an evolutionary hyper-heuristic for the software project scheduling problem; (2) this is the first work for adaptive selection of both crossover and mutation operators; (3) we design different credit assignment methods for mutation and crossover; and (4) we use a sliding multi-armed bandit strategy to adaptively choose both crossover and mutation operators. The experimental results show that the proposed algorithm can solve the software project scheduling problem effectively.
What problem does this paper attempt to address?