1 write to _energiesBest
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
588_energiesBest = new EnergyType[sizeEnergy];
4 references to _energiesBest
Microsoft.ML.Core (4)
Utilities\BinFinder.cs (4)
606GetEnergyBounds(0, col, _energies[col], out _energiesBest[col], out worst); 615if (_energiesBest[col] <= bestWorst) 656GetEnergyBounds(row, col, eBest, out _energiesBest[col], out worst); 670if (_energiesBest[col] <= bestWorst)