designspace.Log#

class designspace.Log#

Bases: object

A logarithmic prior: equal weight per order of magnitude.

For parameters spanning decades (learning rates, tolerances, timeouts), where uniform sampling would spend nearly all its draws in the largest decade. .log_scale() is shorthand for this.

Requires a strictly positive domain.