Page 1 of 1

[NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 4:17 pm
by TalvinJacobs
.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 7:40 pm
by Graham Banks
Hi Talvin,

for our engine information, we need to know your nationality.

Graham.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 7:56 pm
by TalvinJacobs
I am British (English)

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 7:58 pm
by Graham Banks
Thanks.
Is Waterfall a derivative of an open source engine or original?

Graham.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:01 pm
by TalvinJacobs
It is original.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:03 pm
by Graham Banks
TalvinJacobs wrote:It is original.
Okay. Thanks.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:03 pm
by TalvinJacobs
May I ask what happens next?

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:07 pm
by Graham Banks
TalvinJacobs wrote:May I ask what happens next?
Hi Talvin,

as your engine is so strong, it's likely to draw some attention as to its originality.
That is why I asked the previous question.

Could I suggest that you also post in Talkchess so that more people know about Waterfall?

Unless any issues arise, I'll add Waterfall to the testing queue.

Graham.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:12 pm
by TalvinJacobs
Will do. Thank you!

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:18 pm
by Graham Banks
The letters JA are used when Jim Ablett has compiled an engine.
Does this mean that Jim compiled Waterfall for you?

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:34 pm
by TalvinJacobs
Yes.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 8:36 pm
by Graham Banks
TalvinJacobs wrote:Yes.
I'm disappointed because Jim tells me that this is not so.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Fri Oct 06, 2017 9:27 pm
by Graham Banks
Any chance that you could provide source code?

Graham.

Re: [NEW ENGINE] - Waterfall 1.0

Posted: Sat Oct 07, 2017 9:24 am
by Adam Hair
TalvinJacobs wrote:It is original.

Code: Select all

Stockfish 3 64bit SSE4.2 by Tord Romstad, Marco Costalba and Joona Kiiski
uci
id name Stockfish 3 64bit SSE4.2
id author Tord Romstad, Marco Costalba and Joona Kiiski

option name Use Debug Log type check default false
option name Use Search Log type check default false
option name Search Log Filename type string default SearchLog.txt
option name Book File type string default book.bin
option name Best Book Move type check default false
option name Contempt Factor type spin default 0 min -50 max 50
option name Mobility (Middle Game) type spin default 100 min 0 max 200
option name Mobility (Endgame) type spin default 100 min 0 max 200
option name Passed Pawns (Middle Game) type spin default 100 min 0 max 200
option name Passed Pawns (Endgame) type spin default 100 min 0 max 200
option name Space type spin default 100 min 0 max 200
option name Aggressiveness type spin default 100 min 0 max 200
option name Cowardice type spin default 100 min 0 max 200
option name Min Split Depth type spin default 7 min 4 max 12
option name Max Threads per Split Point type spin default 5 min 4 max 8
option name Threads type spin default 8 min 1 max 64
option name Use Sleeping Threads type check default false
option name Hash type spin default 32 min 1 max 8192
option name Clear Hash type button
option name Ponder type check default true
option name OwnBook type check default false
option name MultiPV type spin default 1 min 1 max 500
option name Skill Level type spin default 20 min 0 max 20
option name Emergency Move Horizon type spin default 40 min 0 max 50
option name Emergency Base Time type spin default 200 min 0 max 30000
option name Emergency Move Time type spin default 70 min 0 max 5000
option name Minimum Thinking Time type spin default 20 min 0 max 5000
option name Slow Mover type spin default 100 min 10 max 1000
option name UCI_Chess960 type check default false
option name UCI_AnalyseMode type check default false
uciok

Code: Select all

id name Waterfall 1.0.0 JA 64bit
id author Talvin Jacobs

option name Use Search Log type check default false
option name Search Log Filename type string default SearchLog.txt
option name Book File type string default book.bin
option name Best Book Move type check default false
option name Mobility (Middle Game) type spin default 100 min 0 max 200
option name Mobility (Endgame) type spin default 100 min 0 max 200
option name Pawn Structure (Middle Game) type spin default 100 min 0 max 200
option name Pawn Structure (Endgame) type spin default 100 min 0 max 200
option name Passed Pawns (Middle Game) type spin default 100 min 0 max 200
option name Passed Pawns (Endgame) type spin default 100 min 0 max 200
option name Space type spin default 100 min 0 max 200
option name Aggressiveness type spin default 100 min 0 max 200
option name Cowardice type spin default 100 min 0 max 200
option name Check Extension (PV nodes) type spin default 2 min 0 max 2
option name Check Extension (non-PV nodes) type spin default 1 min 0 max 2
option name Single Evasion Extension (PV nodes) type spin default 2 min 0 max 2
option name Single Evasion Extension (non-PV nodes) type spin default 2 min 0 ma
x 2
option name Mate Threat Extension (PV nodes) type spin default 2 min 0 max 2
option name Mate Threat Extension (non-PV nodes) type spin default 2 min 0 max 2

option name Pawn Push to 7th Extension (PV nodes) type spin default 1 min 0 max
2
option name Pawn Push to 7th Extension (non-PV nodes) type spin default 1 min 0
max 2
option name Passed Pawn Extension (PV nodes) type spin default 1 min 0 max 2
option name Passed Pawn Extension (non-PV nodes) type spin default 0 min 0 max 2

option name Pawn Endgame Extension (PV nodes) type spin default 2 min 0 max 2
option name Pawn Endgame Extension (non-PV nodes) type spin default 2 min 0 max
2
option name Minimum Split Depth type spin default 7 min 4 max 7
option name Maximum Number of Threads per Split Point type spin default 5 min 4
max 8
option name Threads type spin default 8 min 1 max 8
option name Hash type spin default 32 min 4 max 8192
option name Clear Hash type button
option name New Game type button
option name Ponder type check default true
option name OwnBook type check default true
option name MultiPV type spin default 1 min 1 max 500
option name Emergency Move Horizon type spin default 40 min 0 max 50
option name Emergency Base Time type spin default 200 min 0 max 60000
option name Emergency Move Time type spin default 70 min 0 max 5000
option name Minimum Thinking Time type spin default 20 min 0 max 5000
option name UCI_Chess960 type check default false
option name UCI_AnalyseMode type check default false
uciok