suboptimumg.sweep.utils#

suboptimumg.sweep.utils.create_steps(min_val, max_val, steps)[source]#

Create a list of steps between min and max (inclusive).

Parameters:
  • min_val (int or float) – Minimum value of the range

  • max_val (int or float) – Maximum value of the range

  • steps (int) – Number of steps between min and max

Returns:

Array of values from min to max in equal steps

Return type:

ndarray