인공지능 바둑 기력 비교 AI Go Ranking Comparison
http://ricoh51.free.fr/go/engine.htm
Collection engines go GTP
What is an engine go?A go Engine is software that plays go. An engine go GTP is software that plays and can go to interact with the"Go Text Protocol" with another software like Gogi or Dariush.
Gtatuits list of 33 engines (27 with sources):
(*) CER: Random Go Challenge
Name Version BONE Source Bin CGOS 9x9 Elo CGOS 19x19 Elo KGS RGC (*) AmigoGTP 1.5 All C ++ Win 800 ~ AverageLib C ++ 650 ~ Aya 6.34 Win Win 8k Brown 1.0 All C Win 0 Chulk All Python Crefbot All C ~ 1300 DariushGTP 3.1.5.7 Win Win 8k Drefbot All D ~ 1200 FudoGo 3 Linux C ~ 2100 Fuego Linux
MacC ++ ~ 2450 2k GGMC 1.3 Linux C ~ 1700 Gnu Go 30 All? C Win Gnu Go 3.2 All? C Win Gnu Go 3.4 All? C Win Gnu Go 3.6 All C Win Gnu Go 3.7.12 All C Win ~ 1900 5k Go169 1.0 Win Win Goraku 1.0 All C ++ Go Traxx 1.4.2 Win C # Win ~ 750 HouseBot 0.7.3 All D Linux ~ 1600 Indigo 2006
2004Linux
WinLinux
Win8k JavaGo 1 All Java jar Jrefbot 081016-2022 All Java jar ~ 1300 Libegő All? C ++ Londerings All? C ++, Python Mango 0.16 Win Win (dll) Mogo 1 Linux
WinLinux
WinOlego 0.1.4 Linux? C, C ++ Orego 6.04g All Java jar ~ 1800 Pachi All C ~ 1600 RandomGo All C Stay 0.4.5 Win C # TesujiRefBot 1.0 All Java ~ 1300?
Name Command line AmigoGTP (nothing) AverageLib Aya --mode gtp Brown (nothing) Chulk Crefbot (nothing) DariushGTP --level 7 --rules chinese or japanese // Drefbot FudoGo Fuego GGMC GNU Go 3.6 --quiet --mode gtp --rules chinese --level 10 Gnu Go 3.7.12 --quiet --mode gtp --rules chinese --level 10
--quiet --mode gtp --monte --mc-patterns-carlo mogo_classic --mc-games-per-10000 levelGo169 (nothing) Goraku Go Traxx (nothing) HouseBot Indigo -GTP JavaGo (nothing?) Jrefbot java -jar jrefgo.jar 2000
// 2000 is the number of PlayoutsLibegő Londerings Mango (nothing) Mogo --9 --time --dontDisplay 4 1 Olego Orego java -jar Orego-6.04g.jar Pachi RandomGo Stay
Toolkits:
AccuGo Java Research Project to Develop an accurate game scorer for Go games (Japanese using scoring). CGOS TCL CGOS playing is a game server designed for Computer Go programs only EasyGo Java Random and simple go player Ellar Go Game Java Single player with GUI Ergo C ++ Plays 100000 random games on 9x9 and returns statistics Gogi Java Gogi is a graphical user interface to programs That play the board game Go Narugo Java Gnugo porting Java 1.5 and more OpenGo C ++ OpenGo is Intended as a workbench for programmers Plug-and-go Java To make a single playing Go engine and have it play on an online server in 10 minutes Go Tesuji Library Java Library with general purpose modules for a Go playing program TGA C ++ TGA is a program That solves problems life & death
세상의모든계산기 님의 최근 댓글
자게로 이동조치하였습니다. 그리고 이 글의 내용을 정리하여 HP 포럼에 올려두었습니다. https://allcalc.org/55774 [HP Prime] Solve 함수 사용법 2025 10.27 수치해석 방법 method 를 강제로 선택할 수 있으면 좋을텐데... 위의 스샷을 보면 되는 듯 하면서도 아래 스샷을 보면 안되는 것 같기도 합니다. solve(Expr,[Var]) csolve(LstEq,LstVar) nSolve(Expr,Var,[Guess or Interval],[Method]) deSolve(Eq,[TimeVar],FncVar) linsolve(LstLinEq,LstVar) fsolve(Expr,Var,[Guess or Interval],[Method]) 2025 10.17 종합해서 답변을 드리면 HP Prime 에 solve 에서 변수명에 구간을 입력하면 수치해석 방식으로 bisection 을 사용함. 이 bisection 방식은 해의 좌-우 부호가 서로 바뀌어야만 해를 인식하고 해의 좌-우 부호가 같으면 해를 인식하지 못합니다. 이 때문에 본문 sin 의 예나 아래 사진의 예에서는 해를 인식하지 못하는 것으로 보입니다. 2025 10.17 hp prime 이 solve 함수에서 해를 찾는데 어떤 방법(method)을 사용하는지 공식적인 무서로 정확하게 파악되진 않습니다. 2025 10.17 참고 x=guess 는 iterative 방식(일반적으로는 newton's method를 의미함)을 x=xmin .. xmax 는 bisection 방식을 사용하는 듯 합니다. // 구간지정 개념과는 차이가 있는 듯? 2025 10.17