The gp kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming II".
本程序模擬gp算法處理數據的方法步驟How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer