Post merge fixes

This commit is contained in:
Tomasz Sobczyk
2021-05-13 11:00:48 +02:00
parent 8f0dbc9348
commit 2421a88a54
3 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ namespace Eval {
}
}
void NNUE::export_net(const std::optional<std::string>& filename) {
void export_net(const std::optional<std::string>& filename) {
std::string actualFilename;
if (filename.has_value()) {
actualFilename = filename.value();
@@ -148,7 +148,7 @@ namespace Eval {
}
/// NNUE::verify() verifies that the last net used was loaded successfully
void NNUE::verify() {
void verify() {
string eval_file = string(Options["EvalFile"]);
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef NNUE_COMMON_H_INCLUDED
#define NNUE_COMMON_H_INCLUDED
#include "types.h"
#include "../types.h"
#include <cstring>
#include <iostream>
+1
View File
@@ -25,6 +25,7 @@
#include "nnue_architecture.h"
#include "../misc.h"
#include "../position.h"
#include <cstring> // std::memset()