GetFitness(GetFitnessArgs args)
in a cBot to compute a custom fitness score from the pass data (for example, using the win rate: return args.WinningTrades / args.TotalTrades;
). This lets you prioritize any combination of performance statistics.
GetFitness(GetFitnessArgs args)
in a cBot to compute a custom fitness score from the pass data (for example, using the win rate: return args.WinningTrades / args.TotalTrades;
). This lets you prioritize any combination of performance statistics.