Search found 6 matches

by d180cf
Mon Jul 04, 2016 1:58 am
Forum: Computer Go
Topic: An online tsumego solver.
Replies: 9
Views: 19112

Re: An online tsumego solver.

This one (rated as 7d) was solved in 3-4 mins:

(;FF[4]SZ[9]
C[goproblems/21185, white lives by extending]
TR[cb]
AB[ia][ib][ac][bc][gc][hc][ic][bd][ed][fd][gd][be][ce][de][ee]
AW[aa][ha][ab][bb][gb][ec][fc][cd]

)

A quite impressive result given that the solver doesn't have any domain ...
by d180cf
Sun Jul 03, 2016 3:58 pm
Forum: Computer Go
Topic: An online tsumego solver.
Replies: 9
Views: 19112

Re: An online tsumego solver.

ko is a tricky topic. At the moment modeling ko in the solver is simple: it's given the number of external ko treats and if while solving it needs to recapture a stone, it checks if the number of ko treats allows that, decrements that number and proceeds.

What it should ideally do is it should ...
by d180cf
Sun Jul 03, 2016 3:31 pm
Forum: Computer Go
Topic: An online tsumego solver.
Replies: 9
Views: 19112

Re: An online tsumego solver.

I had to fix a few things to make it work in Firefox. Please try https://d180cf.github.io/ (it will redirect you to /v0.1.1). Still doesn't work in IE/Edge (I know what to fix, though) and not tested in Safari. Btw, the https: prefix seems to be important: otherwise Chrome doesn't load a few sgf ...
by d180cf
Sun Jul 03, 2016 12:00 pm
Forum: Computer Go
Topic: An online tsumego solver.
Replies: 9
Views: 19112

Re: An online tsumego solver.

Could you guys check if you see the 3 pics of the board in the tutorial? Those 3 pics are also made with SVG. If you do see them, then the problem must be on JS side.
by d180cf
Sat Jul 02, 2016 11:23 pm
Forum: Computer Go
Topic: An online tsumego solver.
Replies: 9
Views: 19112

An online tsumego solver.

Here is my attempt to write a tsumego solver: https://d180cf.github.io/

For now it solves only fully enclosed tsumegos, but most of reasonably enclosed tsumegos can be easily fixed. With this in mind, this solver is capable enough to solve even 4d rated problems like this one: (though I personally ...
by d180cf
Tue Sep 29, 2015 10:54 pm
Forum: Computer Go
Topic: How long would it take for a novice to be able to program
Replies: 16
Views: 8681

Re: How long would it take for a novice to be able to progra

I came up with the same idea half a year ago: to write a strong tsumego solver and use it in sites like goproblems. At that moment I estimated the task as "rougly two days of work to implement a basic depth-first search and another day to make it handle ko fights" and I had good reasons to think so ...