| java.lang.Object org.jgap.gp.GPProblem examples.gp.tictactoe.TicTacToeMain
TicTacToeMain | public class TicTacToeMain extends GPProblem (Code) | | Example demonstrating Genetic Programming (GP) capabilities of JGAP.
Here, a strategy for playing Tic Tac Toe is evolved.
THIS PROGRAM IS STILL UNDER DEVELOPMENT AND IS NOT FINISHED YET! ANY COMMENTS
AND EXTENSIONS ARE VERY WELCOME!
author: Klaus Meffert since: 3.2 |
main | public static void main(String[] args)(Code) | | Starts the example.
Parameters: args - ignored throws: Exception - author: Klaus Meffert since: 3.2 |
|
|