Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
/ pspace Public archive

Prototype of a Python 3 package to allow easy iteration over a multidimensional parameter space. — This project is ARCHIVED and superseded by: https://github.com/blsqr/paramspace

License

Notifications You must be signed in to change notification settings

blsqr/pspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The pspace package

This package is aimed at being able to iterate over a multidimensional parameter space, where at each point a different dictionary can be returned.

The whole parameter space is contained in the ParamSpace class, while each dimension is a so-called ParamSpan. To couple one value of the parameter space to a dimension, the CoupledParamSpan class can be used.

NOTE: Documentation of this package is very rudimentary at this point and will need to be corrected and extended for version 1.0.

Install

$ python3 setup.py install

Usage

import pspace
# ... TODO

About

Prototype of a Python 3 package to allow easy iteration over a multidimensional parameter space. — This project is ARCHIVED and superseded by: https://github.com/blsqr/paramspace

Topics

Resources

License

Stars

Watchers

Forks

Languages