Skip to content

flavioalles/doe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doe (Design Of Experiments)

Design of experiments generator wrapped around pyDOE.

At this point only General Full-Factorial Designs are supported.

Usage

Usable by simply calling:

python3 src/doe.py <yaml-conf-file>

The <yaml-conf-file> must follow the instructions defined in conf/template.yaml. An example can be located at conf/example.yaml.

Requirements

  • Python 3.3
  • pyDOE
  • PyYAML

About

Design of experiments generator wrapped around pyDOE (https://pythonhosted.org/pyDOE/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages