From cbee37bc4fb90cc3095a9a500fc1c165cd263df4 Mon Sep 17 00:00:00 2001 From: yaneurao Date: Tue, 25 Jun 2024 11:05:30 +0900 Subject: [PATCH] =?UTF-8?q?-=20=E3=83=8F=E3=82=A4=E3=83=95=E3=83=B3?= =?UTF-8?q?=E3=82=92=E5=90=AB=E3=82=80=E3=82=B7=E3=83=B3=E3=83=9C=E3=83=AB?= =?UTF-8?q?=E3=81=8CISO=20C99=E9=81=95=E5=8F=8D=E3=81=A0=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/eval/nnue/architectures/kp_256x2-32-32.h | 6 +++--- source/eval/nnue/nnue_architecture.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/eval/nnue/architectures/kp_256x2-32-32.h b/source/eval/nnue/architectures/kp_256x2-32-32.h index 66fcb7095..fa79534e2 100644 --- a/source/eval/nnue/architectures/kp_256x2-32-32.h +++ b/source/eval/nnue/architectures/kp_256x2-32-32.h @@ -1,6 +1,6 @@ // NNUE評価関数で用いる入力特徴量とネットワーク構造の定義 -#ifndef NNUE_KP_256X2-32-32_H_INCLUDED -#define NNUE_KP_256X2-32-32_H_INCLUDED +#ifndef NNUE_KP_256X2_32_32_H_INCLUDED +#define NNUE_KP_256X2_32_32_H_INCLUDED #include "../features/feature_set.h" #include "../features/k.h" @@ -36,4 +36,4 @@ using Network = Layers::OutputLayer; } // namespace Eval -#endif // #ifndef NNUE_KP_256X2-32-32_H_INCLUDED +#endif // #ifndef NNUE_KP_256X2_32_32_H_INCLUDED diff --git a/source/eval/nnue/nnue_architecture.h b/source/eval/nnue/nnue_architecture.h index c55a31693..c0a148cab 100644 --- a/source/eval/nnue/nnue_architecture.h +++ b/source/eval/nnue/nnue_architecture.h @@ -24,12 +24,12 @@ #elif defined(EVAL_NNUE_KP256) -// KP256型 +// kp型 #include "architectures/kp_256x2-32-32.h" #elif defined(EVAL_NNUE_HALFKPE9) -// halfKPE9型 +// halfkpe9型 #include "architectures/halfkpe9_256x2-32-32.h" #elif defined(YANEURAOU_ENGINE_NNUE_HALFKP_512X2_16_32) @@ -50,7 +50,7 @@ #elif defined(EVAL_NNUE_HALFKP_VM_256X2_32_32) -// halfkp_vm_256x2-32-32型 +// halfkpvm_256x2-32-32型 #include "architectures/halfkpvm_256x2-32-32.h" #else