Page 1 of 4

HypnoS chess engine

Posted: Mon Mar 25, 2024 8:50 pm
by Homayoun
HypnoS 240324
https://github.com/Zerbinati/HypnoS/rel ... 64.bit.zip
Thanks to author (MZ et.al)

Re: HypnoS chess engine

Posted: Tue Mar 26, 2024 7:12 am
by ZamChess
Thank you Marco & Homayoun !

Re: HypnoS chess engine

Posted: Tue Mar 26, 2024 7:35 am
by Homayoun
ZamChess wrote:
Tue Mar 26, 2024 7:12 am
Thank you Marco & Homayoun !
Thanks too, Zamchess

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 12:33 pm
by LION
Homayoun wrote:
Mon Mar 25, 2024 8:50 pm
HypnoS 240324
https://github.com/Zerbinati/HypnoS/rel ... 64.bit.zip
Thanks to author (MZ et.al)
t's a pity that there are no sources (src).

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 1:11 pm
by Homayoun
Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 2:38 pm
by LION
Homayoun wrote:
Wed Mar 27, 2024 1:11 pm
Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
Thanks a lot :difus_19

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 3:16 pm
by Homayoun
LION wrote:
Wed Mar 27, 2024 2:38 pm
Homayoun wrote:
Wed Mar 27, 2024 1:11 pm
Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
Thanks a lot :difus_19
;)

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 4:08 pm
by LION
Homayoun wrote:
Wed Mar 27, 2024 1:11 pm
Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
make ARCH=x86-64-sse41-popcnt COMP=gcc gcc-profile-make
make[1]: Entering directory 'HypnoS-240324/src'
make ARCH=x86-64-sse41-popcnt COMP=gcc \
EXTRACXXFLAGS='-fprofile-generate=profdir' \
EXTRACXXFLAGS+= \
EXTRALDFLAGS='-lgcov' \
all
make[2]: Entering directory 'HypnoS-240324/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 'HypnoS-240324/src'
make[1]: Leaving directory 'HypnoS-240324/src'

Step 2/4. Running benchmark for pgo-build ...
./ bench > PGOBENCH.out 2>&1
make: *** [Makefile:886: profile-build] Error 126 :difus_2

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 4:58 pm
by OrgZ
:lol: you need to modify the makefile (has been scrambled) and Evaluate.h

Re: HypnoS chess engine

Posted: Wed Mar 27, 2024 5:50 pm
by LION
Homayoun wrote:
Wed Mar 27, 2024 1:11 pm
Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
Source code not working.