MatMoi 7.15.0-cct, a Windows/Linux chess engines

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

mathmoi
Posts: 290
Joined: Mon Mar 13, 2006 5:23 pm
Location: Québec
Full name: Mathieu Pagé

MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by mathmoi »

Hi,

I released my chess engine, MatMoi at my website. MatMoi run on both Windows and linux in 32 bits or 34 bits version. This version play at about 2250 on ICC and is the version that participated in the last CCT finishing next to last, so some of you should be able to beat it.

I hope some of you will have fun with it. If you have any question or found any bugs, please send me an email at mathieu@mathieupage.com.[/url]
swami
Posts: 6662
Joined: Thu Mar 09, 2006 4:21 am

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by swami »

Thanks, Mathieu. When I load the engine up in Arena and do the "Automatic analysis" tests with Epds. It shows up an error "This engine doesn't support analyze mode".I hope this will be fixed or the feature implemented.
mathmoi
Posts: 290
Joined: Mon Mar 13, 2006 5:23 pm
Location: Québec
Full name: Mathieu Pagé

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by mathmoi »

Hi Swaminathan,

MatMoi does not implement the Winboard Analysis mode. I'll check what is required to do so and make sure to allow this in the next version.

Thanks for the request.
swami
Posts: 6662
Joined: Thu Mar 09, 2006 4:21 am

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by swami »

Thanks for considering this feature request, I'm looking forward to it. :)
Volker Pittlik
Posts: 628
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by Volker Pittlik »

I tried the 64bit version for Linux, Unfortunately this happens:

Code: Select all

volker@vpittlik:~/schach/MatMoi$ ./matmoi
./matmoi: error while loading shared libraries: libboost_thread-mt.so.1.38.0: cannot open shared object file: No such file or directory
In addition enormous.bin and matmoi.ini are symbolic links to your harddrive which I suspect not to work properly if the program would start.

vp
mathmoi
Posts: 290
Joined: Mon Mar 13, 2006 5:23 pm
Location: Québec
Full name: Mathieu Pagé

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by mathmoi »

Hi Volker,

I already fixed the opening book issue late yesterday, however I was not aware or the library issue, I will correct that tonight (I just need to statically link the libraries I though that's what I was doing) and update the version on the website.Right
mathmoi
Posts: 290
Joined: Mon Mar 13, 2006 5:23 pm
Location: Québec
Full name: Mathieu Pagé

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by mathmoi »

Hi Volker,

I updated the Linux version of MatMoi on my website. You can find it here : http://mathieupage.com/s/index.html?p=matmoi.html.

I statically linked the library, so you should not get the message you did get any longer. If there is any other problems, let me know.

And thanks again for reporting the problem.
Volker Pittlik
Posts: 628
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by Volker Pittlik »

mathmoi wrote:...
I statically linked the library, so you should not get the message you did get any longer...
Thanks. I confirm it starts now without problems. Making some more tests has to wait because my test machine is busy for the next days with something else.


Volker
mathmoi
Posts: 290
Joined: Mon Mar 13, 2006 5:23 pm
Location: Québec
Full name: Mathieu Pagé

Re: MatMoi 7.15.0-cct, a Windows/Linux chess engines

Post by mathmoi »

Hi Volker,

Thanks for the confirmation. If it start it should work correctly.