Cool, thanks.
The pascal version is just what i need.
Laurie.
Search found 198 matches
- Thu Oct 22, 2020 12:40 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Opening library
- Replies: 12
- Views: 2500
- Thu Jul 30, 2020 7:30 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Mind your language
- Replies: 16
- Views: 4928
Re: Mind your language
I know it may not be a popular opinion but I think they should have had
Pascal 1
Pascal 2
Pascal 3
Pascal 4
etc etc.
But each to their own.............
Pascal 1
Pascal 2
Pascal 3
Pascal 4
etc etc.
But each to their own.............
- Tue May 26, 2020 3:00 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: This is strange ?
- Replies: 3
- Views: 1234
This is strange ?
I have found that in one game, my program locked up when it reaches depth = 11 in the iterative search. If I change the first block of code to the second block it then works ??? But the code gives the same logic/conditions ??? (I'm using Free Pascal). Have I missed something ? (the indenting has bee...
- Mon May 18, 2020 2:50 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How do you fix this.
- Replies: 11
- Views: 2452
Re: How do you fix this.
Yes, you guessed it, I found a bug.
Or should I say a dumb logic mistake.

Or should I say a dumb logic mistake.



- Sun May 17, 2020 7:11 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How do you fix this.
- Replies: 11
- Views: 2452
Re: How do you fix this.
I'm listening 

- Sun May 17, 2020 3:33 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How do you fix this.
- Replies: 11
- Views: 2452
Re: How do you fix this.
Yep, it does return zero.....and I couldn't agree more with your reasoning ??
When I set up the position again and try to reproduce it.....guess what !! I can't yet. So there must be
a bug somewhere. Ahh well, gives me something to think about while the golf course is closed.
When I set up the position again and try to reproduce it.....guess what !! I can't yet. So there must be
a bug somewhere. Ahh well, gives me something to think about while the golf course is closed.
- Sat May 16, 2020 10:17 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How do you fix this.
- Replies: 11
- Views: 2452
Re: How do you fix this.
I do, and the program avoids it for a while but eventually fails.....
Maybe I should check the 3 fold code.
Hmm ?
Maybe I should check the 3 fold code.
Hmm ?
- Sat May 16, 2020 1:05 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How do you fix this.
- Replies: 11
- Views: 2452
How do you fix this.
It's the end game. White is 3 pawns ahead, but black keeps threatening to take 1 of 2 pawns.. white shuffles it's king back and forth to save both pawns resulting in 3 fold rep. If white gave up one pawn he could win the game, but it's beyond the horizon.
Any way to remedy this ???
Any way to remedy this ???
- Thu May 14, 2020 12:17 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Null move in TT
- Replies: 6
- Views: 1515
Null move in TT
Null move causes a beta cut.
Can I save anything to the TT ?
What move could you save ?
Can I save anything to the TT ?
What move could you save ?
- Mon May 04, 2020 6:10 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Root Moves
- Replies: 1
- Views: 713
Root Moves
Hey all.
My program does not have a seperate root search and I have noticed that the root node is an 'All node'.
Is this always going to be the case ?
Can I change/improve this ?
Laurie (LTchess)
My program does not have a seperate root search and I have noticed that the root node is an 'All node'.
Is this always going to be the case ?
Can I change/improve this ?
Laurie (LTchess)