Evolutionary computation and constraint satisfaction

1Citations
Citations of this article
7Readers
Mendeley users who have this article in their library.
Get full text

Abstract

In this chapter we will focus on the combination of evolutionary computation (EC) techniques and constraint satisfaction problems (CSPs). 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 [65.1]. The first step is to formulate a problem as a CSP such that techniques from CP, EC, combinations of the two, often referred to as hybrids [65.2, 3], 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 that proof no solution exists. It is, therefore, vital to spend time on getting this right. 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 maintains a partial solution that satisfies all variables with assigned values. Instead, in EC algorithms sample a space of candidate solutions where for each sample point variables are all assigned values. None of these candidate solutions will satisfy all constraints in the problem until a solution is found. Such algorithms are often classified as Davis-Putnam-Logemann-Loveland (DPLL) algorithms, after the first backtracking algorithm for solving CSP [65.4]. 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.

Cite

CITATION STYLE

APA

Van Hemert, J. I. (2015). Evolutionary computation and constraint satisfaction. In Springer Handbook of Computational Intelligence (pp. 1271–1288). Springer Berlin Heidelberg. https://doi.org/10.1007/978-3-662-43505-2_65

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free