added header guards

5 include files in \eval\nnue\architectures
This commit is contained in:
FireFather
2020-06-24 22:41:00 +02:00
parent 7818d23afb
commit 08d8adbade
5 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
// NNUE<55>]<5D><><EFBFBD>֐<EFBFBD><D690>ŗp<C597><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͓<EFBFBD><CD93><EFBFBD><EFBFBD>ʂƃl<C683>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>\<5C><><EFBFBD>̒<EFBFBD><CC92>`
#ifndef HALFKP_CR_EP_256X2_32_32_H
#define HALFKP_CR_EP_256X2_32_32_H
#include "../features/feature_set.h"
#include "../features/half_kp.h"
#include "../features/castling_right.h"
@@ -36,3 +39,4 @@ namespace Eval {
} // namespace NNUE
} // namespace Eval
#endif // HALFKP_CR_EP_256X2_32_32_H

View File

@@ -1,5 +1,8 @@
// NNUE評価関数で用いる入力特徴量とネットワーク構造の定義
#ifndef HALFKP_256X2_32_32_H
#define HALFKP_256X2_32_32_H
#include "../features/feature_set.h"
#include "../features/half_kp.h"
@@ -33,3 +36,4 @@ using Network = Layers::OutputLayer;
} // namespace NNUE
} // namespace Eval
#endif // HALFKP_256X2_32_32_H

View File

@@ -1,5 +1,8 @@
// NNUE<55>]<5D><><EFBFBD>֐<EFBFBD><D690>ŗp<C597><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͓<EFBFBD><CD93><EFBFBD><EFBFBD>ʂƃl<C683>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>\<5C><><EFBFBD>̒<EFBFBD><CC92>`
#ifndef K_P_CR_EP_256X2_32_32_H
#define K_P_CR_EP_256X2_32_32_H
#include "../features/feature_set.h"
#include "../features/k.h"
#include "../features/p.h"
@@ -36,3 +39,4 @@ namespace Eval {
} // namespace NNUE
} // namespace Eval
#endif // K_P_CR_EP_256X2_32_32_H

View File

@@ -1,5 +1,8 @@
// NNUE<55>]<5D><><EFBFBD>֐<EFBFBD><D690>ŗp<C597><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͓<EFBFBD><CD93><EFBFBD><EFBFBD>ʂƃl<C683>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>\<5C><><EFBFBD>̒<EFBFBD><CC92>`
#ifndef K_P_CR_256X2_32_32_H
#define K_P_CR_256X2_32_32_H
#include "../features/feature_set.h"
#include "../features/k.h"
#include "../features/p.h"
@@ -35,3 +38,4 @@ namespace Eval {
} // namespace NNUE
} // namespace Eval
#endif // K_P_CR_256X2_32_32_H

View File

@@ -1,4 +1,6 @@
// NNUE評価関数で用いる入力特徴量とネットワーク構造の定義
#ifndef K_P_256X2_32_32_H
#define K_P_256X2_32_32_H
#include "../features/feature_set.h"
#include "../features/k.h"
@@ -33,3 +35,4 @@ using Network = Layers::OutputLayer;
} // namespace NNUE
} // namespace Eval
#endif // K_P_256X2_32_32_H