Code:
var objective()
{
	if(!NumWinTotal && !NumLossTotal) return 0.;
	PERFORMANCE Perf = &g->w;
	return Perf->vMean/Perf->vStdDev;
}