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)
606
GetEnergyBounds(0, col, _energies[col], out
_energiesBest
[col], out worst);
615
if (
_energiesBest
[col] <= bestWorst)
656
GetEnergyBounds(row, col, eBest, out
_energiesBest
[col], out worst);
670
if (
_energiesBest
[col] <= bestWorst)