linear algebra
Moderator: Ras
-
- Posts: 342
- Joined: Tue Jan 19, 2010 2:05 am
linear algebra
Are linear algebra algorithms of any kind commonly utilized in modern chess engines?
-
- Posts: 931
- Joined: Tue Mar 09, 2010 3:46 pm
- Location: New York
- Full name: Álvaro Begué (RuyDos)
Re: linear algebra
I've never seen one being used. What would they be good for?benstoker wrote:Are linear algebra algorithms of any kind commonly utilized in modern chess engines?
-
- Posts: 30
- Joined: Thu Oct 07, 2010 4:15 pm
Re: linear algebra
Which algorithms?
B.S. in Mathematics
M.S. in Mathematics
Ph.D student in Mathematics.
M.S. in Mathematics
Ph.D student in Mathematics.
-
- Posts: 342
- Joined: Tue Jan 19, 2010 2:05 am
Re: linear algebra
I guess this means there are.
luisrodg wrote:Which algorithms?
-
- Posts: 931
- Joined: Tue Mar 09, 2010 3:46 pm
- Location: New York
- Full name: Álvaro Begué (RuyDos)
Re: linear algebra
luisrodg wrote:Which algorithms?
(quotes rearranged for sanity)benstoker wrote:I guess this means there are.
Well, if you consider that multiplying several evaluation terms by coefficients and adding the results together is a dot product, then sure you are using a linear algebra algorithm. But in any more meaningful interpretation of your question (Gaussian elimination, Jordan form of a matrix, Gram-Schmidt process...) no, these algorithms are not used in chess programs.
Why does this matter?
-
- Posts: 348
- Joined: Sat Feb 27, 2010 12:21 am
Re: linear algebra
I use some linear algebra in preparation, but not in the runtime of the engine.benstoker wrote:Are linear algebra algorithms of any kind commonly utilized in modern chess engines?