- ago
In Preferences->Evolver->Evolver Timeout I use a timeout of 30s.

Still, from time to time, Evolver takes a much longer time to evaluate a single random strategy.

I'd expect that Evolver kills such a long runner....
1
104
Solved
1 Replies

Reply

Bookmark

Sort
Glitch8
 ( 8.38% )
- ago
#1
It’s not possible to kill a thread in .NET6, Thread.Abort was removed from the .NET framework. If the strategy makes it into Execute then the timeout can be enforced, but not in Initialize.
1
Best Answer

Reply

Bookmark

Sort