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

Re: computer-go: Insight of a human



> >The search is no better than the evaluation. Even if it would be possible 
> >to
> >generate the whole move tree, if the program could not decide whether a
> >position is good or bad, then that would be useless.
> 
> 
>    When a program generates the whole game tree it doesn't need to evaluate 
> anything anymore, just having the game result (terminal nodes) would make 
> him the perfect player...
>    Or did you mean terminal position evaluation? I think that's much easier 
> a problem than the general evaluation one.
> 
> Sorin


Terminal nodes must be evaluated too.  But that part is easy.  

Don