![]() |
|
|
#1 |
|
"Robert Gerbicz"
Oct 2005
Hungary
27148 Posts |
The new Ibm puzzle is out: https://researchweb.watson.ibm.com/h...ember2017.html
|
|
|
|
|
|
#2 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
quite a few restrictions as I see it.
|
|
|
|
|
|
#3 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
for anyone wondering these restrictions include:
rook can't be within 2 of the king on the side being attacked, knight can't be 3 out from the king, bishop can't be 2 out from the king. |
|
|
|
|
|
#4 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
That is a nice one for hand practice! However, easy to program, and the search space is very small, only 960 positions, of each two moves (first is a pawn move), extremely small!
Most probably, skip. (no time... )
|
|
|
|
|
|
#5 | |
|
Romulan Interpreter
Jun 2011
Thailand
258B16 Posts |
Quote:
Last fiddled with by LaurV on 2017-08-31 at 13:42 |
|
|
|
|
|
|
#6 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
588010 Posts |
More time consuming programming than actually hard. I am thinking of doing it by hand.
|
|
|
|
|
|
#7 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
|
|
|
|
|
|
|
#8 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
aaa.. ok, now I understood what you want to say, and I understood why you used the spoiler, you actually were trying to solve the puzzle, but I though you were talking about restrictions when you set the initial position. However, that does not affect the result, if you do it by hand it just doesn't matter, and if you do it with a program, the program is not interested in these "restrictions", it just tries brute force, all possible combinations of two moves, from which one must be a pawn move (as well it can be the first, no matter if you start with a horse, you will still need to move a pawn to allow fool mate) and exits if a fool mate is found. The search space is very small.
|
|
|
|
|
|
#9 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
16F816 Posts |
Quote:
Also, I can't see why fools mate needs to be the queen couldn't a bishop do a 2 move CM in 960 |
|
|
|
|
|
|
#10 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
consistent definitions between variants ? in theory yes a bishop could in theory if it can be placed int he correct position without wrecking what else is needed to be avoided.
|
|
|
|
|
|
#11 | |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
Quote:
, because if they are not very specific about it, so it can be interpreted one way or the other.
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| September 2016 | Batalov | Puzzles | 8 | 2016-10-04 14:10 |
| September 2015 | Xyzzy | Puzzles | 12 | 2015-10-07 14:43 |
| September 2014 | Xyzzy | Puzzles | 3 | 2014-11-02 19:04 |
| TPS Record Rally: September 16-21 | Oddball | Twin Prime Search | 11 | 2011-09-22 06:47 |
| Anyone going to Vienna in September? | fivemack | Factoring | 1 | 2007-09-07 00:29 |