HypnoS chess engine

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
LION
Posts: 24
Joined: Tue Aug 22, 2023 5:24 am
Real Name: LION

Re: HypnoS chess engine

Post by LION » Sat Apr 06, 2024 5:45 am

sarona wrote:
Sat Apr 06, 2024 1:23 am
LION wrote:
Fri Apr 05, 2024 6:06 am
sarona wrote:
Fri Apr 05, 2024 2:30 am
LION wrote:
Thu Apr 04, 2024 6:41 am

Thank you, it works. :difus_19
But after compilation there is now no Hypnos.exp file.
It’s a pity that now there is no Development, where all the changes were taken into account and there was no need to make changes manually.
An experience file is created after the first game is completed. Everything appears normal. exp is growing after several games. Should be fine.
Everything is correct.
Initially, the path to the experience file is specified in the engine settings.
And if this file does not exist, then there is nothing to grow.
:)
If you examine the source (experience.cpp/experience.h), you will find that a new experience file is created at the end of a game if one is not found in the engine path's folder. The default path is the engine's folder in the code. 8-)

Try it. Start HypnoS with no experience file in the engine's folder. Play one game. Check the folder. You will see a newly created experience file. Use the HypnoS Experience Tool to check the contents prior to a defrag.

Then play some games. Check the experience file again. You find that it has grown.
Thanks!
Everything is fine! :difus_19

Homayoun
Posts: 1443
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: HypnoS chess engine

Post by Homayoun » Sun Apr 07, 2024 8:40 pm

HypnoS 030424
https://github.com/Zerbinati/HypnoS/releases/tag/030424
Thanks to author((MZ et.al)

ZamChess
Posts: 338
Joined: Sun Dec 19, 2021 10:24 am

Re: HypnoS chess engine

Post by ZamChess » Mon Apr 08, 2024 7:29 am

Thank you Marco & Homayoun !

Homayoun
Posts: 1443
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: HypnoS chess engine

Post by Homayoun » Mon Apr 08, 2024 2:47 pm

ZamChess wrote:
Mon Apr 08, 2024 7:29 am
Thank you Marco & Homayoun !
:difus_19

SOLIDOR
Posts: 15
Joined: Tue Apr 12, 2022 6:47 am
Real Name: EugeniuszOle

Re: HypnoS chess engine

Post by SOLIDOR » Tue Jul 23, 2024 4:18 pm

hello - I have a question, the src code is incorrect... does anyone have a good code for the new version

Eduard Nemeth
Posts: 632
Joined: Thu Jun 10, 2010 12:50 am

Re: HypnoS chess engine

Post by Eduard Nemeth » Tue Jul 23, 2024 10:01 pm

SOLIDOR wrote:
Tue Jul 23, 2024 4:18 pm
hello - I have a question, the src code is incorrect... does anyone have a good code for the new version
Here is my compilation from June 22, 2024 with source code which works:

https://pixeldrain.com/u/q1fXoUCY

Marco is now working on two versions. One uses the learning file from Eman and the other (legacy) from Brainlearn. You can download both latest versions with source code on my homepage:

https://solistachess.jimdosite.com/

You can find a discussion about this in the Outskirts forum here:

https://outskirts.altervista.org/forum/ ... 892#p64892

Note: To compile the Eman version you need to use the Makefile and evaluate.h from the above June 22 version. Some entries in the two files need to be changed to avoid an error message.
Peace be with you!

SOLIDOR
Posts: 15
Joined: Tue Apr 12, 2022 6:47 am
Real Name: EugeniuszOle

Re: HypnoS chess engine

Post by SOLIDOR » Wed Jul 24, 2024 5:03 am

I follow your website, there is interesting information there - thank you for your help, best regards
SOLIDOR - Playchess

Homayoun
Posts: 1443
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: HypnoS chess engine

Post by Homayoun » Sun Aug 18, 2024 4:12 pm

HypnoS legacy 180824

https://github.com/Zerbinati/HypnoS/rel ... gacy180824

Thanks to author:M.Z

Bobbygrom
Posts: 25
Joined: Mon Dec 11, 2023 3:56 pm

HypnoS settings for solving complex positions and testst

Post by Bobbygrom » Mon Aug 19, 2024 10:38 am

Can someone help me with setting up Hypnos to solve very complex positions and chess tests? What are possibly the best settings for this?

Thanks in advance, Gosse

Gerda Voss
Posts: 7
Joined: Sat Jul 09, 2022 3:39 pm

Re: HypnoS chess engine

Post by Gerda Voss » Mon Aug 19, 2024 11:08 am

For HypnoS Iccf 180824 M.Z. gives the following recomendations:
To be used in the HardPositions Test Suites:
Optimal example of Test Suite configuration
Fluid MultiPV=true
Fmpv Difference=1000
Fmpv Max MultiPV"=8
High Tal=true
Materialistic Evaluation Strategy=-7
Positional Evaluation Strategy=5

FluidMultiPV makes HypnoS able to consider more moves (if they aren't much less valuable than first pv move). Fluid means that it depends on position, HypnoS is using multipv value depending on next options and not all the time;

Fmpv Difference - how much other moves differs in score from first pv. Default 10 means there isn't big difference, but if user choose 1000 (max value) it makes HypnoS to use multipv always because there will be almost all the time moves in this range. Value 0 would mean it will turn on multipv only for equal in score moves. I hope these explanations are enough.

Fmpv Max MultiPV - here we decide how many moves it should consider for fluid multipv. Range from 2 to 8, default 4. If user for example pick 2,HypnoS will use max multipv 2 even if in set FmpvDifference there would be more moves meeting the criteria.
From these recommendations use what is adaptable! Or use Hypnos Iccf for Position tests.

Post Reply