/**
* Artificial ant problem
* <p>
* The artificial ant problem (also known as the <a href="https://en.wikipedia.org/wiki/Santa_Fe_Trail_problem">Santa Fe Trail problem</a>) is often used as a GP benchmark.
* The challenge is to develop a solution that will navigate an artificial ant along a twisting trail on a two-dimensional grid.
*/
package org.oakgp.examples.ant;