Merge remote-tracking branch 'upstream/master' into tools_merge_20210513

This commit is contained in:
Tomasz Sobczyk
2021-05-13 10:53:57 +02:00
30 changed files with 811 additions and 903 deletions
+3
View File
@@ -20,6 +20,7 @@
#define EVALUATE_H_INCLUDED
#include <string>
#include <optional>
#include "types.h"
@@ -50,7 +51,9 @@ namespace Eval {
Value evaluate(const Position& pos);
bool load_eval(std::string name, std::istream& stream);
bool save_eval(std::ostream& stream);
void init();
void export_net(const std::optional<std::string>& filename);
void verify();
}