|
GeneThello Home | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Brain | A 'best move' searching class extending GameTheory class. |
| Chromosome | Chromosome to represent individual othello player (brain). |
| ChromosomeCreator | Creates chromosome and optionally with String/JGAP representation and minimum/maximum value of opening/end game step and features. |
| ChromosomeFactory | Creates chromosome with specific and default values. |
| Feature | A feature of evaluation function, representing one of: flips, discs, mobility, corners, xsquares, and pattern. |
| TimeManagement | Class to manage thinking time based on remaining time quota and normal distribution along the step. |
Provides classes necessary to search game tree for best move. Class Brain extends class net.sf.genethello.gametheory.GameTheory for searching algorithm.
|
GeneThello Home | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||