[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go:life and death
What I did for Gogol/Introspect was to compile the first order logic
knowledge
it was generating into C so that it was faster.
Tristan.
> > > For myself, having the rules encoded as patterns/rules or in C source
code
> > > is just syntax :)
> > > I see either approach as doing the same kind of "Analysis".
> >
> >So can you write a program that processes your strategy in C code form?
> >:) On the meta level it breaks down..
>
>
> Of course you are right. Expressing it as patterns/rules makes it easy to
> change the
> underlying engine, or to experiment with different reasoning
> algorithms. But for a specific domain,
> with a specific reasoning method, the C code will give the same result,
but
> much faster :)