Skip to main content

kronbinations is used to remove nested loops and perform parameter sweeps.

Project description

kronbinations

Install via pip install kronbinations

Import via from kronbinations import *

Description

kronbinations is used to remove nested loops, to perform multidimensional parameter sweeps and to generate arrays to store results of such sweeps.

Usage:

  • Pass arbitrarily many arrays to the constructor kronbinations, to iterate over all combinations of the arrays elements.
k = kronbinations(array([1,2,3]), array(['a','b','c']), array([False,True,False]))
  • If you need to store results of some computation in an array, you can construct these arrays via k.empty(), k.ones(), k.zeros(), , k.full(fill_value), k.randint(), k.rng_random(rng) (and pass the corresponding numpy arguments , eg. k.zeros(dtype=int)).
  • Finally you can iterate over all combinations using:
for index, values, changed in k.kronprod(index=True, change=True, progress=True):
    # Demonstrating a few of the functions here
    if changed[0]:
        print('First value changed')
    x[index] = values[0]

Authors:

By Michael Schilling

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kronbinations-0.3.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file kronbinations-0.3.tar.gz.

File metadata

  • Download URL: kronbinations-0.3.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for kronbinations-0.3.tar.gz
Algorithm Hash digest
SHA256 c96b98e835002d6bf5e895ba25aa12605b27daa0fdaa47aa18b70728e114eb81
MD5 9a42efbe8db4579299e15f3f4b2dca5a
BLAKE2b-256 06cf24ce41731eecd82bc24119a4b8849f3bc543b09e348d947cc1032961265f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page