Skip to content

Commit 2dbaf24

Browse files
committed
Update uci.cpp
bench: 366925
1 parent 55c7960 commit 2dbaf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_files/uci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void uci::mainloop(int argc, char* argv[]) {
101101
<< ", " << -5000
102102
<< ", " << 5000
103103
<< ", " << std::max(std::abs(nn::hiddenWeights[0][i])/10, 1)
104-
<< ", " << 0.002
104+
<< ", " << 0.0004
105105
<< std::endl;
106106
}
107107

0 commit comments

Comments
 (0)