-
-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
When I call evaluateCrossValidation, I may want to give up after a certain amount of time. Instead of building in some "isRunning" boolean, would it be easier to check in the loops for https://docs.oracle.com/javase/tutorial/essential/concurrency/interrupt.html if (Thread.interrupted()) { in key areas?
Metadata
Metadata
Assignees
Labels
No labels