mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
12 lines
223 B
C++
12 lines
223 B
C++
#ifndef _GENSFEN_NONPV_H_
|
|
#define _GENSFEN_NONPV_H_
|
|
|
|
#include <sstream>
|
|
|
|
namespace Stockfish::Tools {
|
|
|
|
// Automatic generation of teacher position
|
|
void generate_training_data_nonpv(std::istringstream& is);
|
|
}
|
|
|
|
#endif |