opening book vs experience file

As in chess tournaments and matches...
Amos 4ever
Posts: 56
Joined: Sun Aug 10, 2014 9:42 pm
Real Name: Marco Zerbinati

Re: opening book vs experience file

Post by Amos 4ever » Thu Jun 29, 2023 2:18 pm

I'll stop here: I see that you feel more comfortable talking to yourself with your second nickname.
I know what I am saying and writing.

Have a good conversation and try not to choke on your enormous absolute knowledge, unattainable by all the rest of humankind. :lol:

Amos 4ever
Posts: 56
Joined: Sun Aug 10, 2014 9:42 pm
Real Name: Marco Zerbinati

Re: opening book vs experience file

Post by Amos 4ever » Thu Jun 29, 2023 4:34 pm

botunnet wrote:
Thu Jun 29, 2023 1:52 pm
deeds wrote:
Thu Jun 29, 2023 12:28 pm
Wrong !
Hey Chris, i know you don't read C/C++ :
Image
But these 2 codes did the same thing, get the same data, only the header of the exp file who changes from "SugaR" to "SugaR Experience version 2".
Blissful ignorance...
You think you know everything, but you show that outside your vb.NET world you know nothing!
The V1 version is mentioned because the engine handles error pointers if you try to handle the old format.
The logic of the code has changed in the V2 version, as well as features being present that were absent in the V1 version

Code: Select all

            //Check if file signature is matching
            auto check_signature = [&]() -> bool
            {
                if (signature.empty())
                    return true;

                //If inpout length is less than the signature length then it can't be a match!
                if (inputLength < signature.length())
                    return false;

                //Start from the beginning of the file
                input.seekg(ios::beg);

                //Allocate memory for signature
                char* sigBuffer = (char*)malloc(signature.length());
                if (!sigBuffer)
                {
                    sync_cout << "info string Failed to allocate " << signature.length() << " bytes for experience signature verification" << sync_endl;
                    return false;
                }

                if (!input.read(sigBuffer, signature.length()))
                {
                    free(sigBuffer);
                    sync_cout << "info string Failed to read " << signature.length() << " bytes for experience signature verification" << sync_endl;
                    return false;
                }

                bool signatureMatching = memcmp(sigBuffer, signature.c_str(), signature.length()) == 0;

                //Free memory
                free(sigBuffer);

                return signatureMatching;
            };

User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: opening book vs experience file

Post by deeds » Thu Jun 29, 2023 7:25 pm

beliefs, trajectories, visions...

On the one hand we have a non-programmer who is forced to learn the language used in the source codes of real programmers.
For his trouble, he changes a few lines, adds himself as an author, renames the engine, registers on online servers, etc.

On the other hand, we have a programmer who has chosen the language he likes.
For his happiness, he can code all the apps he wants, without asking himself the question of mentioning an author or not, without registering on online servers, without social pressure of reputation, he can ignore all the others languages, ignore all other source codes, etc.

Today we once again measure the concern of non-programmers and the independence of programmers.

DeeDs

Sedat Canbaz
Posts: 1292
Joined: Wed Jun 21, 2023 6:29 am

Re: opening book vs experience file

Post by Sedat Canbaz » Thu Jun 29, 2023 10:36 pm

Amos 4ever wrote:
Thu Jun 29, 2023 10:20 am

Hi Sedat,
just a clarification about me..
All version 2 experience files are based on SugaR's signature including Eman.
Best regards
Hello Marco,

Thanks for the info..

Frankly, and as you may know:
I am not a exp programmer, so no much idea about the based percentages...
I mean how much data contains from Eman, and how much from StockfishMZ
But anyhow, I expect that Deeds can clear all these number percentages...
Sure..if he is a 'REAL' expert...

Greetings

User avatar
botunnet
Posts: 42
Joined: Sun Jun 25, 2023 3:30 pm
Real Name: botunnet
Location: Hrvatska Republika
Contact:

Re: opening book vs experience file

Post by botunnet » Fri Jun 30, 2023 11:21 am

Sedat Canbaz wrote:
Thu Jun 29, 2023 7:05 am
On other hand,
I see also that you tried everything about damaging
my prestige! but as usual, all without success..!!
Because, honesty is the best policy!
People don't need to harm your prestige, you do it perfectly yourself, evidence :


Image

...

Sedat Canbaz wrote:
Thu Jun 29, 2023 7:05 am
...I realized to re-name it because the target was that StockfishMZ eng to use it as default...
...So I see that here there is nothing wrong with that!...
Image

...

Sedat Canbaz wrote:
Thu Jun 29, 2023 10:36 pm
...I am not a exp programmer, so no much idea about the based percentages...
Image
SFMZ was polluted for at least 99.5% (=100 * (326-1.5) / 326) of your unfair tourney

...

I repeat it but people don't need to harm your prestige, you did it perfectly yourself !

User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: opening book vs experience file

Post by deeds » Fri Jun 30, 2023 12:34 pm

Sedat Canbaz wrote:
Thu Jun 29, 2023 10:36 pm
..if he is a 'REAL' expert...
This has already been established by people far more knowledgeable than you in learning engines :
https://outskirts.altervista.org/forum/ ... ost#p52522
https://outskirts.altervista.org/forum/ ... ost#p52758
https://outskirts.altervista.org/forum/ ... ost#p52759

As it has already been established by people that your tests were unfair, for example :
https://outskirts.altervista.org/forum/ ... ost#p53441

On my website, people can see what openings list are covered or not by the available experience files.
It's funny to see how merged experience files are bigger with less variety :lol:

DeeDs

Sedat Canbaz
Posts: 1292
Joined: Wed Jun 21, 2023 6:29 am

Re: opening book vs experience file

Post by Sedat Canbaz » Fri Jun 30, 2023 4:42 pm

botunnet wrote:
Fri Jun 30, 2023 11:21 am

People don't need to harm your prestige, you do it perfectly yourself, evidence :
Sedat Canbaz wrote:
Thu Jun 29, 2023 10:36 pm
...I am not a exp programmer, so no much idea about the based percentages...
Image
SFMZ was polluted for at least 99.5% (=100 * (326-1.5) / 326) of your unfair tourney

...
Hey botunnet = Deeds

1st of all,
Why you relay and care too much on SCCT's data?
If you believe that my shared data is not correct..
E.g I expected to check via your own calculations..
If nothing else via your tools, diagrams etc ))
I mean not via SCCT...now do you understand ?

2nd,
I am not BIG expert on engine originalities,
But I prefer to use similarity programs/tools:
And according to calculations, without SF:
Eman and StockfishMZ would not exist...!!

In other words,
Exception Eman + StockfishMZ, the bigger data is based
On Stockfish... hope helps... !)
So you are far away to be expert... ))

And as last,
How funny, botunnet = Deeds are same person,
And they talk and protecting each other .. hehe )))


Btw, about rest your comments,
I am tired to repeat you.. it is already enough..

Sedat Canbaz
Posts: 1292
Joined: Wed Jun 21, 2023 6:29 am

Re: opening book vs experience file

Post by Sedat Canbaz » Fri Jun 30, 2023 5:29 pm

@ botunnet = Deeds

And without to not mention this I can not:

Another shocking news is that (in your screenshots),
You are trying to say that my used Proteus exp
Is different than the real default's date...

In other words,
Can you prove it, but without BLA BLA BLA ?
So do you have the original link of ProteusSF RBE 008b?

Actually I can try..
But I do not keep the real Proteus...

One thing more,
While we are talking about prestiges..
Firstly you have to look at yourself in a mirror !!
botunnet = Deeds

And later we can talk about prestiges !

Btw, this great saying (by Mevlana) perfectly suits you:
Either seem as you are or be as you seem!

User avatar
botunnet
Posts: 42
Joined: Sun Jun 25, 2023 3:30 pm
Real Name: botunnet
Location: Hrvatska Republika
Contact:

Re: opening book vs experience file

Post by botunnet » Fri Jun 30, 2023 6:58 pm

Sedat Canbaz wrote:
Fri Jun 30, 2023 5:29 pm
...So do you have the original link of ProteusSF RBE 008b?...
https://banksiagui.com/forums/viewtopic.php?p=130#p130

Oops...

cubail
Posts: 352
Joined: Sun Jan 22, 2023 8:52 pm
Real Name: cubail

Re: opening book vs experience file

Post by cubail » Fri Jun 30, 2023 7:06 pm


Post Reply