Removed USE_TRIANGLE_WEIGHT_ARRAY macro.

This commit is contained in:
nodchip
2020-09-09 00:19:53 +09:00
parent f52165e1d3
commit 5e25702672

View File

@@ -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
// ----------------------