Great,

for the mean time: Do you have an idea, how the bayeselo rating is produced? My cgos source does not seem to include it?

The archives are probably a hand made script?!

Detlef

Am 02.05.2015 um 09:25 schrieb Joshua Shriver:
Working on it :)

On Sat, May 2, 2015 at 2:25 AM, Detlef Schmicker <d...@physik.de> wrote:
Thanks for connecting!

Am 02.05.2015 um 08:11 schrieb remi.cou...@free.fr:
Great! Thanks for your efforts. I have just connected Crazy Stone, and it
seems to be working.

My favorite setting would be 9x9 with 7-point komi. But unfortunately, I
believe CGOS does not support jigo. Would be great if it did.
I think you are right :(

set sc [expr $sc - $komi]
         if { $sc < 0.0 } {
             set sc [expr -$sc]
             set over "W+$sc"
             gameover $gid $over ""
             return
         } else {
             set over "B+$sc"
             gameover $gid $over ""
             return
         }

This definitly looks like a jigo is not possible. I am afraid, I will
probably not go into this. I still hope for a "future" CGOS replacement :)

Detlef

Rémi


----- Mail original -----
De: "Detlef Schmicker" <d...@physik.de>
À: computer-go@computer-go.org
Envoyé: Samedi 2 Mai 2015 14:21:05
Objet: [Computer-go] CGOS

Hi,

I set up a CGOS server at home. It is connected via dyndns, which is not
optimal of cause :(

physik.selfhost.eu

Ports:
8080 (webinterface)
8083 (19x19, GnuGo 3.8 set to ELO 1800 as anachor)

This is mainly for testing, if I get CGOS up correctly, what to do to
have it permanently running still to be seen.
I am not able to test the connection from the outside, hopefully I set
up everything correctly.
I might stop the server for the tournament on sunday, as it is the same
machine....

future plan is:
8081 for 9x9 8082 for 13x13 and 8084 for 25x25.
(you will see on the web interface, as soon as the other boardsizes are
switched on.


_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go
_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go
_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go


_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Reply via email to