Re: a little quiz on learning engines/feature
Posted: Wed Aug 28, 2024 9:21 am
Thanks to jgjhg (21%) !
Independent Computer Chess Discussion Forum
https://open-chess.org/
LS13 completed !
Code: Select all
go depth 4 searchmoves g2g4
Code: Select all
stop
ucinewgame
setoption name Experience Book value true
setoption name Experience Book Best Move value true
setoption name Experience MultiPV value false
setoption name Experience Book Min Depth value 4
setoption name Experience Book Eval Importance value 1
setoption name Experience Book Max Moves value 100
Code: Select all
go wtime 1000 btime 1000 winc 100 binc 100
Code: Select all
go depth 4 searchmoves g2g4
Code: Select all
stop
ucinewgame
setoption name Experience Book value true
setoption name Experience Book Best Move value true
setoption name Experience MultiPV value true
setoption name Experience Book Min Depth value 27
setoption name Experience Book Eval Importance value 5
setoption name Experience Book Max Moves value 16
Code: Select all
go wtime 1000 btime 1000 winc 100 binc 100
deeds wrote: Wed Nov 20, 2024 11:46 am ### TEST 1a ###
1°) download one of the Eman's releases from 8.03 to 8.70
2°) start the Eman engine
3°) run this command :4°) run these commands :Code: Select all
go depth 4 searchmoves g2g4
5°) run this command :Code: Select all
stop ucinewgame setoption name Experience Book value true setoption name Experience Book Best Move value true setoption name Experience MultiPV value false setoption name Experience Book Min Depth value 4 setoption name Experience Book Eval Importance value 1 setoption name Experience Book Max Moves value 100
What bestmove did you get ?Code: Select all
go wtime 1000 btime 1000 winc 100 binc 100
deeds wrote: Wed Nov 20, 2024 11:47 am ### TEST 1b ###
1°) download one of the Eman's releases from 8.03 to 8.70
2°) start the Eman engine
3°) run this command :4°) run these commands :Code: Select all
go depth 4 searchmoves g2g4
5°) run this command :Code: Select all
stop ucinewgame setoption name Experience Book value true setoption name Experience Book Best Move value true setoption name Experience MultiPV value true setoption name Experience Book Min Depth value 27 setoption name Experience Book Eval Importance value 5 setoption name Experience Book Max Moves value 16
What bestmove did you get ?Code: Select all
go wtime 1000 btime 1000 winc 100 binc 100