Page 4 of 5
Re: HypnoS chess engine
Posted: Sat Apr 06, 2024 5:45 am
by LION
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.
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.
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!

Re: HypnoS chess engine
Posted: Sun Apr 07, 2024 8:40 pm
by Homayoun
Re: HypnoS chess engine
Posted: Mon Apr 08, 2024 7:29 am
by ZamChess
Thank you Marco & Homayoun !
Re: HypnoS chess engine
Posted: Mon Apr 08, 2024 2:47 pm
by Homayoun
ZamChess wrote: Mon Apr 08, 2024 7:29 am
Thank you Marco & Homayoun !

Re: HypnoS chess engine
Posted: Tue Jul 23, 2024 4:18 pm
by SOLIDOR
hello - I have a question, the src code is incorrect... does anyone have a good code for the new version
Re: HypnoS chess engine
Posted: Tue Jul 23, 2024 10:01 pm
by Eduard Nemeth
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.
Re: HypnoS chess engine
Posted: Wed Jul 24, 2024 5:03 am
by SOLIDOR
I follow your website, there is interesting information there - thank you for your help, best regards
SOLIDOR - Playchess
Re: HypnoS chess engine
Posted: Sun Aug 18, 2024 4:12 pm
by Homayoun
HypnoS settings for solving complex positions and testst
Posted: Mon Aug 19, 2024 10:38 am
by Bobbygrom
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
Re: HypnoS chess engine
Posted: Mon Aug 19, 2024 11:08 am
by Gerda Voss
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.