Search found 10 matches

by Steve Maughan
Wed Nov 20, 2013 10:22 pm
Forum: General Topics
Topic: New Computer Chess News Website...
Replies: 1
Views: 2006

New Computer Chess News Website...

Computer Chess News is a new website where you can stay up to date with all of the computer chess news.

Best of all you can consumer the news whichever way you prefer:

* Website
* Facebook ( http://www.facebook.com/ComputerChessNews )
* Twitter ( http://www.twitter.com/CompChessNews )
* RSS Feed ...
by Steve Maughan
Tue Nov 19, 2013 3:17 pm
Forum: Programming and Technical Discussions
Topic: New Computer Chess News Website (Easy for Authors!)
Replies: 0
Views: 1543

New Computer Chess News Website (Easy for Authors!)

Are you a chess engine author?

How would you like to make one simple post about what's new with your chess engine, and have it reach computer chess enthusiasts on:

* Website
* Facebook ( http://www.facebook.com/ComputerChessNews )
* Twitter ( http://www.twitter.com/CompChessNews )
* RSS Feed ...
by Steve Maughan
Mon Oct 14, 2013 3:30 pm
Forum: General Topics
Topic: Stockfish No.1 It's Senseless to Buy a Chess Program!
Replies: 11
Views: 5661

Re: Stockfish No.1 It's Senseless to Buy a Chess Program!

I can think of two reasons:

* Style of play - Junior, HIARCS and Komodo all play different styles of chess
* To support the authors - full time computer chess programming is on the decline - maybe they don't want it to die out completely

Steve
by Steve Maughan
Sun Sep 15, 2013 11:35 pm
Forum: General Topics
Topic: New Version of Maverick Released!
Replies: 0
Views: 1507

New Version of Maverick Released!

Maverick is steadily gaining strength so here's the latest version - Maverick 0.5; the first version I regard as reasonably strong:

http://www.chessprogramming.net/computerchess/maverick-0-5-released/

I'd estimate this version to be about 200+ ELO better than the previous version.

Added more ...
by Steve Maughan
Wed Aug 14, 2013 3:47 am
Forum: General Topics
Topic: New Version of Maverick (v0.11)
Replies: 0
Views: 1228

New Version of Maverick (v0.11)

I've added some basic chess knowledge and search heuristics to Maverick (my UCI engine). This has added about 150+ ELO and is now about 2050 ELO on the CCRL scale. Maverick now beats Monarch chess in a head to head 8-)

You can find out more and download it here:

http://www.chessprogramming.net ...
by Steve Maughan
Fri Aug 02, 2013 8:34 pm
Forum: General Topics
Topic: First Release of Maverick Chess Engine!
Replies: 0
Views: 1155

First Release of Maverick Chess Engine!

If anyone is interested in a weak (but hopefully stable) engine, you might like to download the first version of Maverick. You can find out more here:

Maverick 0.05

All feedback is appreciated!

Steve
by Steve Maughan
Mon Mar 04, 2013 1:39 pm
Forum: Programming and Technical Discussions
Topic: *NEW* - ChessProgramming.net Blog...
Replies: 0
Views: 1773

*NEW* - ChessProgramming.net Blog...

Hi All,

If anyone is interested I'm starting a new blog about Chess Programming. It's an "over-the-shoulder-view" of engine development. I'm starting from scratch (other than my old Monarch i/o code) and creating a new engine called Maverick . I'll aim for frequent updates (possibly daily).

You ...
by Steve Maughan
Wed Dec 26, 2012 8:49 pm
Forum: General Topics
Topic: A Computer Chess Google+ Community...
Replies: 0
Views: 1167

A Computer Chess Google+ Community...

Hi All,

I'm not trying to entice people away from this forum but I'd like to make you aware of a new open Google+ community which I've created:

https://plus.google.com/u/0/communities/101137718910567184008

Hopefully this will be a good platform to share and absorb CC information, news and ...
by Steve Maughan
Tue Jun 22, 2010 1:15 pm
Forum: Programming and Technical Discussions
Topic: To kick off some technical discussions
Replies: 145
Views: 89515

Re: To kick off some technical discussions

Hi Chris,

....Long time since wooden shack in Cotswolds!

Yes indeed - fun times! It was back in 1991 to 1994 ish. I remember us trying to figure out null move. And on another occasion, you showing me a letter from some raving fan in Germany called "Thorsten Czub".

Whatever happened to Andy ...
by Steve Maughan
Sun Jun 20, 2010 11:33 pm
Forum: Programming and Technical Discussions
Topic: To kick off some technical discussions
Replies: 145
Views: 89515

Re: To kick off some technical discussions

Hi Chris,

...you are hill climbing...

Yes this is the problem and the reason why many programs hit a dead end. They reach their local optimum. What they need to be able to do is "look across the valley" and try to find a higher peak. Philosophically there are only two ways to optimize a problem ...