#include <kingTable.h>
|  | 
| enum | { ONE_DIM = 17 * 17 * 9, 
DIM = ONE_DIM * EvalStages
 } | 
|  | 
|  | 
| static void | setUp (const Weights &weights) | 
|  | 
| static MultiInt | eval (int black_attack_piece, int white_attack_piece, int black_attack_supported_piece, int white_attack_supported_piece, int black_king_y, int white_king_y) | 
|  | 
|  | 
| static int | index (int piece_count, int supported, int y) | 
|  | 
Definition at line 401 of file kingTable.h.
 
  
  | 
        
          | static MultiInt osl::eval::ml::King25EffectSupportedY::eval | ( | int | black_attack_piece, |  
          |  |  | int | white_attack_piece, |  
          |  |  | int | black_attack_supported_piece, |  
          |  |  | int | white_attack_supported_piece, |  
          |  |  | int | black_king_y, |  
          |  |  | int | white_king_y |  
          |  | ) |  |  |  | inlinestatic | 
 
 
  
  | 
        
          | static int osl::eval::ml::King25EffectSupportedY::index | ( | int | piece_count, |  
          |  |  | int | supported, |  
          |  |  | int | y |  
          |  | ) |  |  |  | inlinestaticprivate | 
 
 
  
  | 
        
          | void osl::eval::ml::King25EffectSupportedY::setUp | ( | const Weights & | weights) |  |  |  | static | 
 
 
The documentation for this class was generated from the following files: