Fixed precision used for skipping trials in ray.tune

The precision for which config values are hashed(and thus skipped if deemed duplicate) is a hard-coded value. I am working in a domain where the default truncation value (1e-05) is considered large. The precision threshold should be a parameter like duplicate-threshold=1e-05.

@rliaw please take a look at this feature request.

@bkellerman this sounds good to me. Would you be open to pushing a pull-request?

Sorry, but I am unable to allocate time to put together the PR. It’s not urgent from my perspective, as I’ve changed the hardcoded value.