boulderopalscaleup.common.GeomspaceIterable

class boulderopalscaleup.common.GeomspaceIterable(*, dtype='geomspace', start, stop, count)

A range of values spaced evenly on a logarithmic scale.

Creates values that are evenly spaced on a logarithmic scale, similar to numpy.geomspace.

Variables

  • dtype (Literal [ "geomspace" ]) – Type discriminator for serialization.
  • start (float) – The starting value.
  • stop (float) – The final value.
  • count (int) – The number of values to generate.

Was this useful?