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