org.moyoman.module.fuseki
Interface Fuseki

All Superinterfaces:
Cloneable, ModuleInterface, Serializable
All Known Implementing Classes:
IgoFuseki, SimpleFuseki

public interface Fuseki
extends ModuleInterface

The class that implements this interface determines move to be played in the opening. The module may rate both good and bad moves, but will not rate any moves once the opening is over.

There are no methods defined in this interface since the implementing class just has to extend Module.


Field Summary
static float CONFIDENCE
           
 
Methods inherited from interface org.moyoman.module.ModuleInterface
clone, getMoves, getScheduler
 

Field Detail

CONFIDENCE

public static final float CONFIDENCE
See Also:
Constant Field Values