Moby Dam
-
- Posts: 969
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam
Thank you for the new version of the program Harm.
Re: Moby Dam
Thank you so much for sharing Moby Dam's third version.Harm Jetten wrote: ↑Tue May 21, 2019 23:44Hello all, just a heads-up that a new release of Moby Dam is available. (...)
It's incredible to see that the "original" Dam has already 20 years (1999)!!
-
- Posts: 969
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam
Request to Harm Jetten.
What to do to make the engine continue to play after exceeding the moves for the game and there is no message about the end of the game. For example, I set the program to 15 minutes for 75 moves and after 75 moves it doesn't play anymore.
What to do to make the engine continue to play after exceeding the moves for the game and there is no message about the end of the game. For example, I set the program to 15 minutes for 75 moves and after 75 moves it doesn't play anymore.
-
- Posts: 37
- Joined: Thu Sep 24, 2009 18:17
Re: Moby Dam
Hi Krzysztof,
You can set the number of moves to 0 instead of 75; 0 means "unlimited" moves.
Of course Moby Dam will then play a bit faster so by move 75 it will have used maybe 12 or 13 minutes, to account for the possibility that the game will be much longer.
You can set the number of moves to 0 instead of 75; 0 means "unlimited" moves.
Of course Moby Dam will then play a bit faster so by move 75 it will have used maybe 12 or 13 minutes, to account for the possibility that the game will be much longer.
-
- Posts: 808
- Joined: Sat Apr 28, 2007 14:53
- Real name: Ed Gilbert
- Location: Morristown, NJ USA
- Contact:
Re: Moby Dam
You told it that the game would end after 75 moves, so the program behavior after that is not defined by your match rules. The state of the program and how it thinks and moves at that point is left to the discretion of the program designer.I set the program to 15 minutes for 75 moves and after 75 moves it doesn't play anymore.
Re: Moby Dam
An idea to extend the move/time format would be to separate multiple formats with a ;, with a * as 'repeat last format ad infinitum'.
E.g. the old time format for games was '50 moves in 2 hours, and then all next 25 moves in 1 hour', which would lead to time format '50:120;25:60;*'.
Or '75 moves in 15 minutes, and then 5 minutes to finish the game': '75:15;0:5'.
E.g. the old time format for games was '50 moves in 2 hours, and then all next 25 moves in 1 hour', which would lead to time format '50:120;25:60;*'.
Or '75 moves in 15 minutes, and then 5 minutes to finish the game': '75:15;0:5'.
Lasst die Maschinen verhungern, Ihr Narren...
Lasst sie verrecken!
Schlagt sie tot -- die Maschinen!
Lasst sie verrecken!
Schlagt sie tot -- die Maschinen!
-
- Posts: 969
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam
But yes you can like you are using Linux or Windows.ildjarn wrote: ↑Fri Nov 27, 2020 08:01An idea to extend the move/time format would be to separate multiple formats with a ;, with a * as 'repeat last format ad infinitum'.
E.g. the old time format for games was '50 moves in 2 hours, and then all next 25 moves in 1 hour', which would lead to time format '50:120;25:60;*'.
Or '75 moves in 15 minutes, and then 5 minutes to finish the game': '75:15;0:5'.
-
- Posts: 969
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam
Thank you for your answer Harm.Harm Jetten wrote: ↑Wed Nov 25, 2020 21:38Hi Krzysztof,
You can set the number of moves to 0 instead of 75; 0 means "unlimited" moves.
Of course Moby Dam will then play a bit faster so by move 75 it will have used maybe 12 or 13 minutes, to account for the possibility that the game will be much longer.