Search found 28 matches

by Albitex
Tue May 14, 2013 2:57 pm
Forum: Main Lobby / General Discussions
Topic: MScarface2- Tool for the Monte Carlo analysis
Replies: 0
Views: 737

MScarface2- Tool for the Monte Carlo analysis

I have published the updating of the my program for the analysis with Monte Carlo method. This version have a chessboard to insert the position. Besides I have changed the name from MCockroach in MScarface. Many people were complained about the name. Even a forum had censored the name (MCockroach). ...
by Albitex
Tue Apr 30, 2013 12:23 am
Forum: Main Lobby / General Discussions
Topic: MCockroach2-Tool for the the Montecarlo Carlo analysis
Replies: 2
Views: 1049

Mcockroach2a - tool for the Monte Carlo analysis

The program still had a bug. In that rare cases in which pawn promotes in octave, to Bishop, could create a crash. I have updating the program resolving this bug. I have also added a button 'Save log'. Pressing on the button, you can save the log in the folder documents or other folder. Download upd...
by Albitex
Thu Apr 25, 2013 12:37 pm
Forum: Main Lobby / General Discussions
Topic: MCockroach2-Tool for the the Montecarlo Carlo analysis
Replies: 2
Views: 1049

Montecarlo Cockroach is a tool for analysis Monte Carlo.
Starting from the position to analyze the program generates hundreds of games to choose the moves in pseudo random way.
by Albitex
Thu Apr 25, 2013 12:37 pm
Forum: Main Lobby / General Discussions
Topic: MCockroach2-Tool for the the Montecarlo Carlo analysis
Replies: 2
Views: 1049

MCockroach2-Tool for the the Montecarlo Carlo analysis

Many people that had downloaded the first versions of MCockroach, write to me that the program often produced some crashes. The problem was due to a bug on the castle move. I have written an updating of the program to resolve this problem: MCockroach v.2. In this new version of the program, over to ...
by Albitex
Sat Mar 09, 2013 3:28 am
Forum: Main Lobby / General Discussions
Topic: Montecarlo Cockroach 1 - free analysis tool
Replies: 0
Views: 1206

Montecarlo Cockroach 1 - free analysis tool

Vas. introduced with Rybka the method Monte Carlo analysis applied to chess. I found the idea interesting, but his tool of analysis, now also incorporated in Fritz, has always seemed me too "rigid", inflexible. Options and changes the parameters of the analysis engine are very few. The res...
by Albitex
Sun Apr 24, 2011 3:07 am
Forum: Programming Discussions
Topic: How to send the FEN position to UCI engine?
Replies: 2
Views: 6752

I solved it by itself: I don't have to put "\n" in the end. This happens to follow the guide online :x In Shredder page uci protocol, they write: "all command strings the engine receives will end with '\n', also all commands the GUI receives should end with '\n' ". :( If they upd...
by Albitex
Sun Apr 24, 2011 1:32 am
Forum: Programming Discussions
Topic: How to send the FEN position to UCI engine?
Replies: 2
Views: 6752

How to send the FEN position to UCI engine?

In console mode, I can't send the string FEN, (display the position) to Rybka.
I write: position fen 8/5p2/4k1p1/6Rp/3K3P/5rP1/8/8 b - - 0 1\n
But it says (write in console): "info string: invalid fen string".
How do I write the string fen? (Rybka or every other uci engine)
by Albitex
Sun Feb 20, 2011 2:53 am
Forum: Main Lobby / General Discussions
Topic: The name of GM of the east
Replies: 1
Views: 1284

The name of GM of the east

I read on a book, the name of the chess grandmaster Polish written like this: Saviely Tartakover. As I read on Wikipedia: Savielly Tartakower. What is the right name? I would like to point out that I have noted these differences in writing the names of the countries of east Gm, several times, even o...
by Albitex
Sun Jan 09, 2011 1:30 am
Forum: Main Lobby / General Discussions
Topic: Tournament evaluation Stockfish 2.01
Replies: 0
Views: 1044

Tournament evaluation Stockfish 2.01

I did a tournament between the engines on my PC. To assess the strength of Stockfish 2.01. The tournament was of 48 matches. Time 5m +5s for game. I used as database of openings, openings played in some matches at the 53rd tournament in Reggio Emilia. I enclose to this pgn of openings games. This th...
by Albitex
Thu Jun 10, 2010 10:10 pm
Forum: Programming Discussions
Topic: How to write "en-passant" move code?
Replies: 1
Views: 4780

How to write "en-passant" move code?

I am writing a program. A tool of analysis for endgames. I have a problem has write the part of code for the movement: the pawn capture: "en-passant". In this circumstances, "en-passant" move, I over has produce a movement and verify the legality of it, I must also remember me th...
by Albitex
Sun May 09, 2010 10:37 pm
Forum: Main Lobby / General Discussions
Topic: Stockfish 1.7 evaluation Tour
Replies: 0
Views: 1084

Stockfish 1.7 evaluation Tour

have done a tour to appraise the Stockfish 1.7 strength. The tour is on 50 cycles in the Italian tour mode, for a total of 300 games. Games time: 4'+2" hardware: dualcore 2700 Ghz. Book: start position from SilverSuite testset. Stockfish 1.7. evaluation 2010 1 2 3 4 1 Rybka 3 2728 ** 25.5 - 24....
by Albitex
Sun Oct 19, 2008 9:50 pm
Forum: Main Lobby / General Discussions
Topic: Infinity chess opinions
Replies: 6
Views: 2595

Infinity chess opinions

A new chess chess server was born: Infinity Chess.
Thing you think about respect ? :?:
I would like to know your opinions. I am undecided whether to install it or no.
http://www.infinitychess.com/
by Albitex
Tue Aug 05, 2008 9:33 pm
Forum: Programming Discussions
Topic: Tablebases - Generating them vs Downloading
Replies: 7
Views: 8555

Re: Tablebases - Generating them vs Downloading

I read that it is possible to generate tablebases, is this a better option than downloading them ? it is better surely downloading them, rather than to produced them. Exclusively for a matter of time. You have to know that to produce the tablebase 5men KRPKRs, I have employed 7/8 h, with a Core2duo...
by Albitex
Wed Jun 18, 2008 12:02 am
Forum: Programming Discussions
Topic: CUDA , does someone know it?
Replies: 1
Views: 6036

CUDA , does someone know it?

CUDA is the new programming language for the GPUs NVidia. With it we can write code to use to the best the GPUs. In theory a rising of the performances should be had in the parallel elaboration. This could be a way for "to push" the chess engines. But I have read unfavorable declarations t...
by Albitex
Tue Jun 17, 2008 11:46 pm
Forum: Programming Discussions
Topic: Chess and GPUs
Replies: 1
Views: 5328

GPU and chess engines

Have you read some new programming language CUDA? It is a language for the new GPUs NVidia. It should increase the computational power of the parallel elaboration. But I have read negative topic on the real utility for the chess engines. But I have some doubts. I would like to experiment. [url]htpp:...