Uses of Interface
org.vizzini.ai.geneticalgorithm.IGameGeneticAlgorithm

Packages that use IGameGeneticAlgorithm
org.vizzini.ai.geneticprogramming Provides genetic programming classes for the game framework. 
org.vizzini.example.tictactoe Provides tic-tac-toe classes for the game framework. 
org.vizzini.game.boardgame Provides core game classes for board games in the game framework. 
 

Uses of IGameGeneticAlgorithm in org.vizzini.ai.geneticprogramming
 

Subinterfaces of IGameGeneticAlgorithm in org.vizzini.ai.geneticprogramming
 interface IGameGeneticAlgorithmGP
          Defines methods required by a game genetic algorithm using genetic programming.
 

Uses of IGameGeneticAlgorithm in org.vizzini.example.tictactoe
 

Classes in org.vizzini.example.tictactoe that implement IGameGeneticAlgorithm
 class TicTacToeGeneticAlgorithm
          Provides a game genetic algorithm for tic-tac-toe.
 

Uses of IGameGeneticAlgorithm in org.vizzini.game.boardgame
 

Classes in org.vizzini.game.boardgame that implement IGameGeneticAlgorithm
 class AbstractGameGeneticAlgorithm
          Provides base functionality for game genetic algorithms in the game framework.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02