ctip

Extendible configuration testing in parallel.


Keywords
config configuration test testing parallel research tool optimization
License
MIT
Install
pip install ctip==0.1.1

Documentation

CTIP (Configuration Testing In Parallel)

Description

CTIP (pronounced 'see-tip') is a convenient way to generate, store, and run program configurations. It uses SQLite3 to store tables of program configurations that are run in parallel, either as a whole or selectively, based on an SQL 'where' clause passed through command line arguments.

Program requirements

-> Python 2 or 3

-> SQLite3

-> PyMySQL

Customizing CTIP to your program

// TODO

Generating config tables

// TODO

Running configurations

// TODO

Where are my results?

// TODO