3 writes to _hash
Microsoft.ML.AutoML (3)
Sweepers\ISweeper.cs (3)
93
_hash
= 0;
96
_hash
= Hashing.CombineHash(_hash, _parameterValues[parameterName].GetHashCode());
103
_hash
= hash;
5 references to _hash
Microsoft.ML.AutoML (5)
Sweepers\ISweeper.cs (5)
96
_hash = Hashing.CombineHash(
_hash
, _parameterValues[parameterName].GetHashCode());
135
if (other == null || other.
_hash
!=
_hash
|| other._parameterValues.Count != _parameterValues.Count)
141
new ParameterSet(new Dictionary<string, IParameterValue>(_parameterValues),
_hash
);
150
return
_hash
;