HypnoS chess engine

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Homayoun
Posts: 1723
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

HypnoS chess engine

Post by Homayoun »

HypnoS 240324
https://github.com/Zerbinati/HypnoS/rel ... 64.bit.zip
Thanks to author (MZ et.al)
ZamChess
Posts: 463
Joined: Sun Dec 19, 2021 10:24 am

Re: HypnoS chess engine

Post by ZamChess »

Thank you Marco & Homayoun !
Homayoun
Posts: 1723
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: HypnoS chess engine

Post by Homayoun »

ZamChess wrote: Tue Mar 26, 2024 7:12 am Thank you Marco & Homayoun !
Thanks too, Zamchess
LION
Posts: 24
Joined: Tue Aug 22, 2023 5:24 am
Real Name: LION

Re: HypnoS chess engine

Post 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).
Homayoun
Posts: 1723
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: HypnoS chess engine

Post by Homayoun »

Go to githube page, you will find the source code.
https://github.com/Zerbinati/HypnoS/releases/tag/240324
LION
Posts: 24
Joined: Tue Aug 22, 2023 5:24 am
Real Name: LION

Re: HypnoS chess engine

Post 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
Homayoun
Posts: 1723
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: HypnoS chess engine

Post 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
;)
LION
Posts: 24
Joined: Tue Aug 22, 2023 5:24 am
Real Name: LION

Re: HypnoS chess engine

Post 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
User avatar
OrgZ
Posts: 990
Joined: Thu Feb 16, 2023 2:15 pm

Re: HypnoS chess engine

Post by OrgZ »

:lol: you need to modify the makefile (has been scrambled) and Evaluate.h
LION
Posts: 24
Joined: Tue Aug 22, 2023 5:24 am
Real Name: LION

Re: HypnoS chess engine

Post 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.
Post Reply