Traditionally, code for genetic programming is kept in a syntax-based tree
wich is read top-to-bottom for each terminal leaf.
So, the full equation would be "point
(x,y) is in the boundary if (((y > β1x+α1) && (y < β2x+α2))
|| (y > β3x+α3))"
Return to my homepage