HypnoS chess engine
Re: HypnoS chess engine
Thank you Marco & Homayoun !
Re: HypnoS chess engine
t's a pity that there are no sources (src).Homayoun wrote: ↑Mon Mar 25, 2024 8:50 pmHypnoS 240324
https://github.com/Zerbinati/HypnoS/rel ... 64.bit.zip
Thanks to author (MZ et.al)
Re: HypnoS chess engine
Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
https://github.com/Zerbinati/HypnoS/releases/tag/240324
Re: HypnoS chess engine
Thanks a lotHomayoun wrote: ↑Wed Mar 27, 2024 1:11 pmGo to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
Re: HypnoS chess engine
LION wrote: ↑Wed Mar 27, 2024 2:38 pmThanks a lotHomayoun wrote: ↑Wed Mar 27, 2024 1:11 pmGo to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
Re: HypnoS chess engine
make ARCH=x86-64-sse41-popcnt COMP=gcc gcc-profile-makeHomayoun wrote: ↑Wed Mar 27, 2024 1:11 pmGo to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
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
Re: HypnoS chess engine
you need to modify the makefile (has been scrambled) and Evaluate.h
Re: HypnoS chess engine
Source code not working.Homayoun wrote: ↑Wed Mar 27, 2024 1:11 pmGo to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324