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

Re: [computer-go] Search = Bad!



> Is a search essentially a push down stack for storing data while doing
> computations and if so, is there any significant computer program that
> can operate with out a stack?

No, a search is not a stack.  A stack is useful in the implementation
of a search, just like it is useful for lots of other things.

And my 2 cents on the whole fractal thing:  
Aren't fractals inherantly continuous functions?  And isn't Go an
inherantly discrete game?  Not only is Go not a fractal, but there is
not even a reasonable analogy there.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/