Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jm16
/
minigo
Public
forked from
tensorflow/minigo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
minigo
cc
main.cc
on
eval_server
User selector
All users
All time
Commit history
Commits on Dec 13, 2018
add a thread safe logging replacement for std::cerr
tommadams
committed
81e883c
View commit details
Copy full SHA for 81e883c
View code at this point
Browse repository at this point
remove debugging logging
tommadams
committed
c0a44ba
View commit details
Copy full SHA for c0a44ba
View code at this point
Browse repository at this point
rewrite puzzle mode
tommadams
committed
9afda26
View commit details
Copy full SHA for 9afda26
View code at this point
Browse repository at this point
clean up batching_dual_net.cc
tommadams
committed
704e6cf
View commit details
Copy full SHA for 704e6cf
View code at this point
Browse repository at this point
stop batches occasionally being run too early
tommadams
committed
36d3d57
View commit details
Copy full SHA for 36d3d57
View code at this point
Browse repository at this point
initial batching rewrite
tommadams
committed
fd5747d
View commit details
Copy full SHA for fd5747d
View code at this point
Browse repository at this point
experimental batching rewrite
tommadams
committed
fce6aff
View commit details
Copy full SHA for fce6aff
View code at this point
Browse repository at this point
stop creating new DualNet instances for each move in eval
tommadams
committed
58fdf24
View commit details
Copy full SHA for 58fdf24
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
fix move limit handling (#603)
tommadams
authored and
amj
committed
68a37e8
View commit details
Copy full SHA for 68a37e8
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
Add bigtable tag for eval metadata (#590)
Show description for e795981
sethtroisi
authored
e795981
View commit details
Copy full SHA for e795981
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Get ReloadingDualNet working on Cloud TPU
tommadams
committed
36f15a7
View commit details
Copy full SHA for 36f15a7
View code at this point
Browse repository at this point
adds ReloadingDualNet
tommadams
committed
7feca15
View commit details
Copy full SHA for 7feca15
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
remove the barrier code from eval, it's no longer necessary
tommadams
committed
f0153aa
View commit details
Copy full SHA for f0153aa
View code at this point
Browse repository at this point
get main.cc running
tommadams
committed
d21b487
View commit details
Copy full SHA for d21b487
View code at this point
Browse repository at this point
start refactoring DualNetFactory to create arbitrary models
tommadams
committed
8f24776
View commit details
Copy full SHA for 8f24776
View code at this point
Browse repository at this point
Write eval results to bigtable for CC Eval games. (#571)
Show description for 32c71b0
sethtroisi
authored
32c71b0
View commit details
Copy full SHA for 32c71b0
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
selfplay with FakeDualNet working on windows
tommadams
committed
5294082
View commit details
Copy full SHA for 5294082
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
rotate variation tree & add capture support to backend
tommadams
committed
688b8c8
View commit details
Copy full SHA for 688b8c8
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
Clean up SGF parsing & handle escaped sequences (#563)
tommadams
authored
0cabbeb
View commit details
Copy full SHA for 0cabbeb
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
Move game_over from player to game tree
tommadams
committed
dc1b3b9
View commit details
Copy full SHA for dc1b3b9
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
During self-play, write bleakest move to Bigtable (#552)
Show description for bc4c7f1
gitosaurus
authored
bc4c7f1
View commit details
Copy full SHA for bc4c7f1
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Apply clang-format to cc/
chsigg
committed
4e57c62
View commit details
Copy full SHA for 4e57c62
View code at this point
Browse repository at this point
Slightly improve debug printout of //cc:main. Cutting off the model name
Show description for f23a88e
chsigg
authored and
tommadams
committed
f23a88e
View commit details
Copy full SHA for f23a88e
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
Remove batch_size flag.
Show description for 70fcef3
chsigg
authored and
tommadams
committed
70fcef3
View commit details
Copy full SHA for 70fcef3
View code at this point
Browse repository at this point
Puzzle mode (#508)
Show description for aeea54a
chsigg
authored
aeea54a
View commit details
Copy full SHA for aeea54a
View code at this point
Browse repository at this point
Commits on Oct 23, 2018
Addressing reviewer comments.
chsigg
authored and
tommadams
committed
48d0ced
View commit details
Copy full SHA for 48d0ced
View code at this point
Browse repository at this point
Address reviewer comments.
chsigg
authored and
tommadams
committed
a0bd5dd
View commit details
Copy full SHA for a0bd5dd
View code at this point
Browse repository at this point
Apply review feedback.
chsigg
authored and
tommadams
committed
282d187
View commit details
Copy full SHA for 282d187
View code at this point
Browse repository at this point
Play parallel_games in eval mode as well, and add support for even
Show description for 0f082ff
chsigg
authored and
tommadams
committed
0f082ff
View commit details
Copy full SHA for 0f082ff
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Add superko support and fix up a few Minigui bugs
tommadams
committed
456084a
View commit details
Copy full SHA for 456084a
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
Remove remote inference support
tommadams
committed
193d8d7
View commit details
Copy full SHA for 193d8d7
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Fix incorrect bigtable check.
chsigg
committed
c67e35f
View commit details
Copy full SHA for c67e35f
View code at this point
Browse repository at this point
Commits on Oct 8, 2018
Correctly format C++ files touched by Bigtable
Show description for a24851c
Derek T. Jones
authored and
tommadams
committed
a24851c
View commit details
Copy full SHA for a24851c
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Minigo bt output (#469)
Show description for 64c9922
gitosaurus
authored and
amj
committed
64c9922
View commit details
Copy full SHA for 64c9922
View code at this point
Browse repository at this point
Move batching out of inference server (#465)
Show description for 06fd73b
chsigg
authored and
amj
committed
06fd73b
View commit details
Copy full SHA for 06fd73b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.