mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Remove the position parameter from learn.
This commit is contained in:
+1
-1
@@ -951,7 +951,7 @@ namespace Learner
|
||||
}
|
||||
|
||||
// Learning from the generated game record
|
||||
void learn(Position&, istringstream& is)
|
||||
void learn(istringstream& is)
|
||||
{
|
||||
LearnerThink::Params params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user