Deepov 0.3 (UCI)
C++ source
- new version available as source code only: builds please?
https://github.com/RomainGoussault/Deepov/releases
other chess updates from today:
http://computer-chess.org/forum/index.p ... ad&id=3097
Ron
new Deepov 0.3 is source code only. Builds please!
Moderators: hgm, chrisw, Rebel
-
- Posts: 397
- Joined: Sun Oct 29, 2006 4:38 am
- Location: Schenectady, NY
-
- Posts: 12701
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: new Deepov 0.3 is source code only. Builds please!
I do not think deepov can be properly built.
It contains C++14 threading primitives and still retains some pthread goo. I guess that it is in between releases, because (while it will compile) I cannot imagine the binary acting sensibly.
It contains C++14 threading primitives and still retains some pthread goo. I guess that it is in between releases, because (while it will compile) I cannot imagine the binary acting sensibly.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
-
- Posts: 397
- Joined: Sun Oct 29, 2006 4:38 am
- Location: Schenectady, NY
Re: new Deepov 0.3 is source code only. Builds please!
Thanks, Dann.Dann Corbit wrote:I do not think deepov can be properly built.
It contains C++14 threading primitives and still retains some pthread goo. I guess that it is in between releases, because (while it will compile) I cannot imagine the binary acting sensibly.
It's puzzling that the author continues releasing new bundles of uncompilable code with new version numbers.
Ron
-
- Posts: 5
- Joined: Mon Jan 11, 2016 9:34 pm
Re: new Deepov 0.3 is source code only. Builds please!
Hi,
I am one (of the two) authors of Deepov.
The latest release of Deepov is working (as well as the other previous releases). I have uploaded the Linux binary on github => https://github.com/RomainGoussault/Deep ... s/tag/v0.3
I will try to add the windows build later this week.
We haven't thought too much on threading yet. If you think something might be wrong, don't hesitate to tell us.
Thanks,
Romain
I am one (of the two) authors of Deepov.
The latest release of Deepov is working (as well as the other previous releases). I have uploaded the Linux binary on github => https://github.com/RomainGoussault/Deep ... s/tag/v0.3
I will try to add the windows build later this week.
We haven't thought too much on threading yet. If you think something might be wrong, don't hesitate to tell us.
Thanks,
Romain
-
- Posts: 1600
- Joined: Mon Feb 21, 2011 9:48 am
Re: new Deepov 0.3 is source code only. Builds please!
If interests you, I compile versions 1 and 2 of deepov in windows, the engine shows weak, but seems that version 3 is somewhat better.
This version 3 I have not been able to compile .
I remember a problem with Thread
Welcome
Executables are x64.
http://www.mediafire.com/download/xsrfs ... /Deepov.7z
This version 3 I have not been able to compile .
I remember a problem with Thread
Welcome
Executables are x64.
http://www.mediafire.com/download/xsrfs ... /Deepov.7z
-
- Posts: 1332
- Joined: Sun Mar 12, 2006 6:46 pm
- Location: Kelowna
- Full name: Tony Mokonen
Re: new Deepov 0.3 is source code only. Builds please!
Hi Romain,
Sorry to be a pain, but it seems that the link for your Linux compile is not working. In Firefox, I get an XML page with the error message "The specified key does not exist."
Sorry to be a pain, but it seems that the link for your Linux compile is not working. In Firefox, I get an XML page with the error message "The specified key does not exist."
-
- Posts: 397
- Joined: Sun Oct 29, 2006 4:38 am
- Location: Schenectady, NY
Re: new Deepov 0.3 is source code only. Builds please!
I get the same errortmokonen wrote:Hi Romain,
Sorry to be a pain, but it seems that the link for your Linux compile is not working. In Firefox, I get an XML page with the error message "The specified key does not exist."
-
- Posts: 5
- Joined: Mon Jan 11, 2016 9:34 pm
Re: new Deepov 0.3 is source code only. Builds please!
Hi,
Thanks for the feedback. Can you please try again? I think the issue was github not liking dot in filenames.
This is the first time other people try out our engine, so other issues may appear.
Romain
Thanks for the feedback. Can you please try again? I think the issue was github not liking dot in filenames.
This is the first time other people try out our engine, so other issues may appear.
Romain
-
- Posts: 1332
- Joined: Sun Mar 12, 2006 6:46 pm
- Location: Kelowna
- Full name: Tony Mokonen
Re: new Deepov 0.3 is source code only. Builds please!
The download works now, at least for me. Thank you, Romain.
-
- Posts: 397
- Joined: Sun Oct 29, 2006 4:38 am
- Location: Schenectady, NY
Re: new Deepov 0.3 is source code only. Builds please!
Works for me too! Thanks!