-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause/ continue option #83
Comments
I will consider it.
|
* If the game that is about to be annotated is already in the output file then the annotation is skipped. Sample console log: Annotating game 1... Skip annotation, game 1 is already fully annotated. Annotating game 2... Skip annotation, game 2 is already fully annotated. Annotating game 3... Skip annotation, game 3 is already fully annotated. Annotating game 4... Skip annotation, game 4 is already fully annotated. Annotating game 5... Skip annotation, game 5 is already fully annotated. Annotating game 6... Skip annotation, game 6 is already fully annotated. Annotating game 7... Skip annotation, game 7 is already fully annotated. Annotating game 8... Skip annotation, game 8 is already fully annotated. Annotating game 9... Skip annotation, game 9 is already fully annotated. Annotating game 10... Skip annotation, game 10 is already fully annotated. Annotating game 11... Skip annotation, game 11 is already fully annotated. Annotating game 12... Skip annotation, game 12 is already fully annotated. Annotating game 13... Skip annotation, game 13 is already fully annotated. Annotating game 14... Skip annotation, game 14 is already fully annotated. Annotating game 15... Skip annotation, game 15 is already fully annotated. Annotating game 16... Skip annotation, game 16 is already fully annotated. Annotating game 17... Skip annotation, game 17 is already fully annotated. Annotating game 18... side: White, move_num: 1 side: Black, move_num: 1
Thank you sincerely for the awe-inspiring amount of time and effort . |
Hi, For all analyzed positions save the score, depth, and engine name that analyzes the position in sqlite database. |
Hi Freddy,
thank you very much for this awesome utility .
Would you kindly consider adding the options 1. to pause the engine analyses and continue from where it stopped
2. to create a file, where the engine can stores the analyses scores and depth to reuse it again
The text was updated successfully, but these errors were encountered: