[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: computer-go: reducing to number of search strings



> Kjeld
> 
> 
> NB: I ones had a program that could draw Mandelbrot pictures, quite fast.
> I think the programs name was fractint.exe. (or something like that)
> The thing that made the program so fast was the methode for the calculations.
> The fractals was calculated in integer instead of reals.
> Have anybody made a integer version of a NN to speed up a Go program ??
> 

I didn't write this, but it claims to use discrete arithmetic for faster
function:

http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/neural/systems/atree/0.html

Josh