Class GoMokuWeights


  • public class GoMokuWeights
    extends GameWeights
    These weights determine how the computer values each pattern if only one computer is playing, then only one of the weights arrays is used. These weights determine how the computer values features of the board if only one computer is playing, then only one of the weights arrays is used. use these weights if no others are provided.
    • Field Detail

      • JEOPARDY_WEIGHT

        public static final int JEOPARDY_WEIGHT
        If greater than this threshold, then opponent is in jeopardy.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GoMokuWeights

        public GoMokuWeights()
      • GoMokuWeights

        public GoMokuWeights​(double[] weights)