Title | Evolutionary Computation and Constraint Satisfaction |
Publication Type | Book Chapter |
2015 | |
Authors | van Hemert, J |
Refereed | |
Editor | Kacpryk, J, Pedrycz, W |
Publisher | Springer |
Pages | 1271–1284 |
Chapter | 65 |
ISBN | 978030662043594-5 |
constraint satisfaction; evolutionary computation | |
In this chapter we will focus on the combination of evolutionary computation techniques and constraint satisfaction problems. Constraint Programming (CP) is another approach to deal with constraint satisfaction problems. In fact, it is an important prelude to the work covered here as it advocates itself as an alternative approach to programming (Apt). The first step is to formulate a problem as a CSP such that techniques from CP, EC, combinations of the two (c.f., Hybrid) or other approaches can be deployed to solve the problem. The formulation of a problem has an impact on its complexity in terms of effort required to either find a solution or proof no solution exists. It is therefore vital to spend time on getting this right. Main differences between CP and EC. CP defines search as iterative steps over a search tree where nodes are partial solutions to the problem where not all variables are assigned values. The search then maintain a partial solution that satisfies all variables assigned values. Instead, in EC most often solver sample a space of candidate solutions where variables are all assigned values. None of these candidate solutions will satisfy all constraints in the problem until a solution is found. Another major difference is that many constraint solvers from CP are sound whereas EC solvers are not. A solver is sound if it always finds a solution if it exists. | |
10.1007/978-3-662-43505-2 | |
Refereed Designation | Refereed |