Explore chapters and articles related to this topic
Prediction of Online Students Performance by Means of Genetic Programming
Published in Applied Artificial Intelligence, 2018
Rosa Leonor Ulloa-Cazarez, Cuauhtémoc López-Martín, Alain Abran, Cornelio Yáñez-Márquez
S-expressions are a notation that can be both, source code and data. They can be represented as a parse tree (see Figure 1) more easily to be manipulated (Koza 1998; Sette and Boullart 2001). An s-expression can take many formats such as lists, pairs, symbols, strings, and integers. Lisp uses prefix notation which means that in an s-expression the first element is commonly an operator or function name and the rest of the elements are arguments.