mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Removed USE_TRIANGLE_WEIGHT_ARRAY macro.
This commit is contained in:
@@ -23,15 +23,6 @@ typedef float LearnFloatType;
|
||||
//#include "half_float.h"
|
||||
//typedef HalfFloat::float16 LearnFloatType;
|
||||
|
||||
// ----------------------
|
||||
// save memory
|
||||
// ----------------------
|
||||
|
||||
// Use a triangular array for the Weight array (of which is KPP) to save memory.
|
||||
// If this is used, the weight array for learning will be about 3 times as large as the evaluation function file.
|
||||
|
||||
#define USE_TRIANGLE_WEIGHT_ARRAY
|
||||
|
||||
// ----------------------
|
||||
// dimension down
|
||||
// ----------------------
|
||||
|
||||
Reference in New Issue
Block a user