Add genetic backtest to worker

This commit is contained in:
2025-11-09 03:32:08 +07:00
parent 7dba29c66f
commit 7e08e63dd1
30 changed files with 5056 additions and 232 deletions

View File

@@ -347,7 +347,7 @@ public class GeneticService : IGeneticService
CrossoverProbability = 0.75f, // Fixed crossover rate as in frontend
TaskExecutor = new ParallelTaskExecutor
{
MinThreads = 4,
MinThreads = 2,
MaxThreads = Environment.ProcessorCount
}
};