Search found 39 matches

by velmarin
Wed Apr 30, 2014 9:02 am
Forum: Engines, GUIs, Books and Platforms
Topic: DON
Replies: 5
Views: 5148

Re: DON

OK, I'll keep an eye on https://github.com/erashid/DON though I can't compile it myself :(

Btw, on the page it says "0 releases", so I wonder where those get published? I found DON 1.0b some months ago, but maybe it's not an official release...


I compiled and publish DON_1.0b,
can find it on ...
by velmarin
Mon Apr 14, 2014 3:02 pm
Forum: Programming and Technical Discussions
Topic: Programming chess engine
Replies: 40
Views: 27993

Re: Programming chess engine

There are some thoughts to be said: to start chess engine programming it is first important to understand programming. If you don't have relevant experiences in that, it might be helpful not to start witch language C or C++. So put the idea aside, to write a top performing chess engine at your ...
by velmarin
Mon Apr 14, 2014 12:52 pm
Forum: Programming and Technical Discussions
Topic: Programming chess engine
Replies: 40
Views: 27993

Re: Programming chess engine

You can follow this course, since installing the IDE to finish the engine.

After experimenting with it, it is a public domain project, very interesting.
https://www.youtube.com/watch?v=DWWQEmyVplU&feature=share&list=PLZ1QII7yudbdFfKY1eKV3x_bag04AMPJq

Download Vice 1.0
http://www.bluefever.net ...
by velmarin
Thu Jan 02, 2014 8:42 pm
Forum: General Topics
Topic: contact
Replies: 1
Views: 1686

Re: contact

Perhaps you are looking to Sean Evans,
  the member is active in talkchess.
I was not in this forum.
:?:
http://www.talkchess.com/forum/viewtopi ... 9d2e7b6698
by velmarin
Thu Dec 26, 2013 2:34 pm
Forum: Tournaments and Matches
Topic: Extremely fair opening set "EFOS"
Replies: 6
Views: 3869

Re: Extremely fair opening set "EFOS"

Hey, sorry if I confused.
Maybe the wrong file
Most positions have only one movement, two, three, ect.
second epd, just 1.Cc3.

example, position 12:
by velmarin
Mon Dec 23, 2013 2:46 pm
Forum: Programming and Technical Discussions
Topic: Ippolit and contempt.
Replies: 10
Views: 3657

Re: Ippolit and contempt.

My engine also has serious problems with too many draws.

I'm researching at the end of evaluation, when we send the Score to the search, very simply like this:

if (Position->white_to_move && Value == 0) // 7 may be an option UCI
{
Value += 7;// if Score PV is +0.04, now is +0.11
}
if ...
by velmarin
Fri Dec 20, 2013 3:05 pm
Forum: Tournaments and Matches
Topic: UCECL Season 1
Replies: 4
Views: 4089

Re: UCECL Season 1

Tournament continues,
a look, 4 rounds, season 1.
Image
by velmarin
Mon Dec 16, 2013 9:04 pm
Forum: Tournaments and Matches
Topic: UCECL Season 1
Replies: 4
Views: 4089

Re: UCECL Season 1

Thanks for tourney and good luck.

greetings Jose.
by velmarin
Mon Oct 07, 2013 9:06 am
Forum: General Topics
Topic: Downtime: chess.cygnitec.com
Replies: 4
Views: 3172

Re: Downtime: chess.cygnitec.com

Thanks, very thanks. :)
by velmarin
Fri Aug 30, 2013 12:32 pm
Forum: General Topics
Topic: long castle test set
Replies: 2
Views: 1288

Re: long castle test set

Epd is interesting.
You believe the "long castling" is the best move.
You can put the list to guide me.

Thank you.