Scan 3.0

Discussion about development of draughts in the time of computer and Internet.
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Scan 3.0

Post by Krzysztof Grzelak » Wed Jul 12, 2017 16:43

Today I downloaded Scan 3.0 but unfortunately so far the program does not work properly. When running on Windows 64 bit program Scan 3.0 and after running the command cmd - When running in Windows 64 bit Scan 3.0 and after running the command - I have such a picture and no longer play Hub Java.
Attachments
scan 3.0.png
scan 3.0.png (211.98 KiB) Viewed 12900 times

Fabien Letouzey
Posts: 299
Joined: Tue Jul 07, 2015 07:48
Real name: Fabien Letouzey

Re: Scan 3.0

Post by Fabien Letouzey » Wed Jul 12, 2017 17:02

Krzysztof Grzelak wrote:Today I downloaded Scan 3.0 but unfortunately so far the program does not work properly. When running on Windows 64 bit program Scan 3.0 and after running the command cmd - When running in Windows 64 bit Scan 3.0 and after running the command - I have such a picture and no longer play Hub Java.
There is a change in hub.ini; something like:

Code: Select all

engine-command = scan hub
I couldn't do that in the previous version because spaces were not allowed in INI files.

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Wed Jul 12, 2017 18:04

Thank you for your answer Fabien. I have a question about options " ponder = falsethreads ". Does this feature support 1 or more threads. Comparing Scan 2.0 and Scan 3.0 - I understand that Scan 3.0 is stronger than you, compared to Scan 2.0.

Fabien Letouzey
Posts: 299
Joined: Tue Jul 07, 2015 07:48
Real name: Fabien Letouzey

Re: Scan 3.0

Post by Fabien Letouzey » Wed Jul 12, 2017 18:19

Krzysztof Grzelak wrote:Thank you for your answer Fabien. I have a question about options " ponder = falsethreads ". Does this feature support 1 or more threads. Comparing Scan 2.0 and Scan 3.0 - I understand that Scan 3.0 is stronger than you, compared to Scan 2.0.
Threads (or pondering) haven't changed between Scan 2.0 and 3.0. The example that you give is actually two separate lines. The mix up is due to different text encoding on Windows and Unix. Make sure your file looks like mine (except the values):

Code: Select all

variant = normal
book = true
book-ply = 4
book-margin = 4
ponder = false
threads = 1
tt-size = 24
bb-size = 5

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Wed Jul 12, 2017 19:03

This is what it looks like to me.

Code: Select all


# main

variant = normal
book = true
book-ply = 4
book-margin = 4
ponder = false
threads = 4
tt-size = 24
bb-size = 6

And in the hub folder in the file engine

Code: Select all


variant = normalbook = true
book-ply = 4book-margin  = 4
ponder = falsethreads = 4
tt-size = 24
bb-size = 6


Fabien Letouzey
Posts: 299
Joined: Tue Jul 07, 2015 07:48
Real name: Fabien Letouzey

Re: Scan 3.0

Post by Fabien Letouzey » Wed Jul 12, 2017 19:11

Krzysztof Grzelak wrote:And in the hub folder in the file engine

Code: Select all

variant = normalbook = true
book-ply = 4book-margin  = 4
ponder = falsethreads = 4
tt-size = 24
bb-size = 6
So you need to make this file look like the other one, by inserting line endings.

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Wed Jul 12, 2017 19:52

Thank you for the advice Fabien. Excuse me for asking if DXP works while playing with another program on GUI Java.

Fabien Letouzey
Posts: 299
Joined: Tue Jul 07, 2015 07:48
Real name: Fabien Letouzey

Re: Scan 3.0

Post by Fabien Letouzey » Wed Jul 12, 2017 20:00

Krzysztof Grzelak wrote:Thank you for the advice Fabien. Excuse me for asking if DXP works while playing with another program on GUI Java.
No DXP support in Hub for now.

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Wed Jul 12, 2017 21:12

Thank you Fabien.

Rein Halbersma
Posts: 1722
Joined: Wed Apr 14, 2004 16:04
Contact:

Re: Scan 3.0

Post by Rein Halbersma » Sun Jul 23, 2017 10:19

For those interested to see what has changed in the source code, I have updated the GitHub repositories for Scan and Hub to reflect the latest releases (Scan 3.0 and Hub 2.0).

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Thu Jul 27, 2017 14:30

Hi Fabien.

You once wrote that you will share the Scan program (possibly 3.1) with the ability to play on both sides with the function dxp. Can you write when this will happen?

Krzysztof.

Fabien Letouzey
Posts: 299
Joined: Tue Jul 07, 2015 07:48
Real name: Fabien Letouzey

Re: Scan 3.0

Post by Fabien Letouzey » Thu Jul 27, 2017 16:24

Krzysztof Grzelak wrote:You once wrote that you will share the Scan program (possibly 3.1) with the ability to play on both sides with the function dxp. Can you write when this will happen?
You are changing my words; I said "perhaps".

What do you mean by "the ability to play on both sides with the function dxp"? DXP relies on a network connection between two programs, possibly on different machines. You can already launch two instances of Scan if you want it to play both sides.

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Thu Jul 27, 2017 18:22

Thank you for the information Fabien.

Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Scan 3.0

Post by Krzysztof Grzelak » Fri Jun 14, 2019 15:52

Hi Fabien.
Please write if there is a new version of the program Scan - Scan 3.04.

Krzysztof.

Fabien Letouzey
Posts: 299
Joined: Tue Jul 07, 2015 07:48
Real name: Fabien Letouzey

Re: Scan 3.0

Post by Fabien Letouzey » Tue Jun 18, 2019 08:11

Krzysztof Grzelak wrote:
Fri Jun 14, 2019 15:52
Please write if there is a new version of the program Scan - Scan 3.04.
Hi Krzysztof,

As a matter of fact, yes. I have implemented additional draughts variants: Frisian and losing (bringing the total number of variants to 5), and am preparing a release. There are also a handful of small changes that would justify using this new version.

However I will need at least a week for a Windows binary (and another for a public release); would that be in time for you?

Fabien.

Post Reply