Page 1 of 1

Fizbo 2 sources just got released

Posted: Sun Oct 06, 2019 8:39 pm
by Damir
Author stopped working on the engine 2 years ago and it is very unlikely he will ever be back, which is why he has decided to release his source.
For all those who are interested, maybe can take a look and improve the engine.

https://github.com/MoonstoneLight/Fizbo-Chess

Re: Fizbo 2 sources just got released

Posted: Sun Oct 06, 2019 8:43 pm
by Damir
From the author: I added source code to "https://sites.google.com/site/fizbochessengine/"

But i'm warning you that source is not clean and is not documented, so it may not be easy to understand.

Re: Fizbo 2 sources just got released

Posted: Sun Oct 06, 2019 11:01 pm
by Graham Banks
Sad that Youri lost his motivation. :(

Fizbo has a unique style amongst the top bracket of engines.

Re: Fizbo 2 sources just got released

Posted: Mon Oct 07, 2019 1:29 am
by CMCanavessi
Maybe some1 can fix the crazy evals :D

Re: Fizbo 2 sources just got released

Posted: Mon Oct 07, 2019 2:19 am
by jorose
From a very brief look at the code, the part I find most interesting is that Fizbo was aparently using neural networks. At least to me this is news.

Re: Fizbo 2 sources just got released

Posted: Mon Oct 07, 2019 3:28 am
by Ovyron
Yes, Fizbo topped the uniqueness list around here. I'll always remember the Seven Muses Project, where I used an algorithm to use 6 engines to pick moves, trying to play amazing chess while remaining strong, and pitched it against Fizbo. And it was Fizbo who was playing in the most unexpected way!

While I'm sad about seeing him quit, I'm glad the source was opened, this is the way to go, imagine if we had the source of Zappa Mexico, Naum or Critter, if you're not coming back, why not give everything you have and go out in a bang?

Re: Fizbo 2 sources just got released

Posted: Tue Oct 08, 2019 2:28 am
by MikeGL
jorose wrote: Mon Oct 07, 2019 2:19 am From a very brief look at the code, the part I find most interesting is that Fizbo was aparently using neural networks. At least to me this is news.
Strange. You mean Fizbo is really an a.b.- NN hybrid.

Re: Fizbo 2 sources just got released

Posted: Tue Oct 08, 2019 9:55 am
by Ovyron
That would explain its uniqueness! Now I wonder if it's not that unique when compared to other NNs.

Re: Fizbo 2 sources just got released

Posted: Tue Oct 08, 2019 5:51 pm
by pocopito
I downloaded the linux version from https://sites.google.com/site/fizbochessengine/ but it seems to be a Windows executable:

$ file fizbo2x64_no_pc_linux
fizbo2x64_no_pc_linux: PE32+ executable (console) x86-64, for MS Windows

If I try to run the file:

$ ./fizbo2x64_no_pc_linux
run-detectors: unable to find an interpreter for ./fizbo2x64_no_pc_linux

Re: Fizbo 2 sources just got released

Posted: Tue Oct 08, 2019 6:37 pm
by Dann Corbit
pocopito wrote: Tue Oct 08, 2019 5:51 pm I downloaded the linux version from https://sites.google.com/site/fizbochessengine/ but it seems to be a Windows executable:

$ file fizbo2x64_no_pc_linux
fizbo2x64_no_pc_linux: PE32+ executable (console) x86-64, for MS Windows

If I try to run the file:

$ ./fizbo2x64_no_pc_linux
run-detectors: unable to find an interpreter for ./fizbo2x64_no_pc_linux
It's full of Windows API calls, so I think it will be hard to get to run on Linux. But maybe there is alternate code. It's easy to build on Windows.