mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Removed RESET_TO_ZERO_VECTOR macro.
This commit is contained in:
@@ -5,18 +5,6 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// ----------------------
|
|
||||||
// learning from zero vector
|
|
||||||
// ----------------------
|
|
||||||
|
|
||||||
// Start learning the evaluation function parameters from the zero vector.
|
|
||||||
// Initialize to zero, generate a game, learn from zero vector,
|
|
||||||
// Game generation → If you repeat learning, you will get parameters that do not depend on the professional game. (maybe)
|
|
||||||
// (very time consuming)
|
|
||||||
|
|
||||||
//#define RESET_TO_ZERO_VECTOR
|
|
||||||
|
|
||||||
|
|
||||||
// ----------------------
|
// ----------------------
|
||||||
// Floating point for learning
|
// Floating point for learning
|
||||||
// ----------------------
|
// ----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user