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()); 135if (other == null || other._hash != _hash || other._parameterValues.Count != _parameterValues.Count) 141new ParameterSet(new Dictionary<string, IParameterValue>(_parameterValues), _hash); 150return _hash;