3 writes to _hash
Microsoft.ML.Sweeper (3)
ISweeper.cs (3)
122
_hash
= 0;
125
_hash
= Hashing.CombineHash(_hash, _parameterValues[parameterName].GetHashCode());
132
_hash
= hash;
5 references to _hash
Microsoft.ML.Sweeper (5)
ISweeper.cs (5)
125
_hash = Hashing.CombineHash(
_hash
, _parameterValues[parameterName].GetHashCode());
164
if (other == null || other.
_hash
!=
_hash
|| other._parameterValues.Count != _parameterValues.Count)
170
new ParameterSet(new Dictionary<string, IParameterValue>(_parameterValues),
_hash
);
179
return
_hash
;