sweepexp

sweepexp#

Module: sweepexp

Classes, Functions, and Variables

log

Instances of the Logger class represent a single logging channel.

sweepexp(func, parameters[, mode, save_path])

Create a new instance of the SweepExp class.

SweepExpMPI(func, parameters[, save_path])

Run a parameter sweep in parallel using MPI.

SweepExpParallel(func, parameters[, save_path])

Run a parameter sweep in parallel using multiprocessing.

SweepExp(func, parameters[, save_path])

Run a parameter sweep sequentially.

A python package for running parallel experiments across parameter grids with MPI.

For more information, visit the project’s GitHub repository: Gordi42/sweepexp