Re: [Computer-go] KGS tournament rules

2015-06-04 Thread Hideki Kato
I think if the author trained the NN by him/herself, it's ok. Develpers have to write other parts, including tree search and simulation part in MC bot, for example. NN just guides the search and/or the simulation. Hideki Nick Wedd: : >I have been asked > >Your page [ http://www.weddslist.com

Re: [Computer-go] KGS tournament rules

2015-06-04 Thread Detlef Schmicker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oakfoam uses caffe library.I did not ask, as I considered it the same as using e.g. boost lihrary to not write special kind of maps, you do not want to write your self. Of cause the net definition and training is our own. Most of the code would be lin

Re: [Computer-go] KGS tournament rules

2015-06-04 Thread Nick Wedd
I have been asked Your page [ http://www.weddslist.com/kgs/rules.html ] says: > > All the code in it that is in any way involved in move-generation (i.e. >> anything that causes the program to prefer one move to another) or position >> evaluation must be unique among the entrants. Code that is inv