Skip to content

Commit

Permalink
"Phoenix Go" -> "PhoenixGo"
Browse files Browse the repository at this point in the history
  • Loading branch information
wodesuck committed May 11, 2018
1 parent 29f7724 commit 2cb132b
Show file tree
Hide file tree
Showing 43 changed files with 51 additions and 51 deletions.
8 changes: 4 additions & 4 deletions LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tencent is pleased to support the open source community by making Phoenix Go available.
Tencent is pleased to support the open source community by making PhoenixGo available.
Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
If you have downloaded a copy of the Phoenix Go binary from Tencent, please note that the Phoenix Go binary is licensed under the BSD 3-Clause License.
If you have downloaded a copy of the Phoenix Go source code from Tencent, please note that Phoenix Go source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of Phoenix Go into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within Phoenix Go.
If you have downloaded a copy of the PhoenixGo binary from Tencent, please note that the PhoenixGo binary is licensed under the BSD 3-Clause License.
If you have downloaded a copy of the PhoenixGo source code from Tencent, please note that PhoenixGo source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of PhoenixGo into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within PhoenixGo.
A copy of the BSD 3-Clause License is included in this file.

Other dependencies and licenses:
Expand Down Expand Up @@ -128,4 +128,4 @@ Redistribution and use in source and binary forms, with or without modification,
 Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
 Neither the name of [copyright holder] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
![Phoenix Go](images/logo.jpg?raw=true)
![PhoenixGo](images/logo.jpg?raw=true)

**Phoenix Go** is an Go AI program which implement the Alpha Go Zero paper
**PhoenixGo** is an Go AI program which implement the Alpha Go Zero paper
"[Mastering the game of Go without human knowledge](https://deepmind.com/documents/119/agz_unformatted_nature.pdf)".
It is also known as "BensonDarr" in FoxGo, "cronus" in CGOS,
and the champion of "World AI Go Tournament 2018" held in Fuzhou China.

If you use Phoenix Go in your project, please consider mentioning in your README.
If you use PhoenixGo in your project, please consider mentioning in your README.

If you use Phoenix Go in your research, please consider citing the library as follows:
If you use PhoenixGo in your research, please consider citing the library as follows:

```
@misc{PhoenixGo2018,
author = {Qinsong Zeng and Jianchang Zhang and Zhanpeng Zeng and Yongsheng Li and Ming Chen}
title = {Phoenix Go},
title = {PhoenixGo},
year = {2018},
journal = {GitHub repository},
howpublished = {\url{https://github.com/Tencent/PhoenixGo}}
Expand Down Expand Up @@ -75,7 +75,7 @@ You could modify your config file following [#configure-guide](#configure-guide)

#### Distribute mode

Phoenix Go support running with distributed workers, if there are GPUs on different machine.
PhoenixGo support running with distributed workers, if there are GPUs on different machine.

Build the distribute worker:

Expand Down
2 changes: 1 addition & 1 deletion common/errordef.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/go_comm.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/go_comm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/go_state.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/go_state.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/str_utils.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/str_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/task_queue.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/thread_conductor.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/thread_conductor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/timer.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/timer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/wait_group.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion common/wait_group.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/async_dist_zero_model_client.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/async_dist_zero_model_client.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/async_rpc_queue.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/dist_zero_model_client.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/dist_zero_model_client.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/dist_zero_model_server.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/leaky_bucket.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion dist/leaky_bucket.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/byo_yomi_timer.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/byo_yomi_timer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/debug_tool.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_config.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_debugger.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_debugger.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_engine.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_engine.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_main.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_monitor.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion mcts/mcts_monitor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/checkpoint_utils.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/checkpoint_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/trt_zero_model.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/trt_zero_model.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/zero_model.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/zero_model.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion model/zero_model_base.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tencent is pleased to support the open source community by making Phoenix Go available.
* Tencent is pleased to support the open source community by making PhoenixGo available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
*
Expand Down

0 comments on commit 2cb132b

Please sign in to comment.