Skip to main content

Brute force grid search

Project description

# Brute: easy grid search ##

## Installation ##

Run: `` python setup.py install `` This should place the command brute in your path.

## Usage ##

Sample usage:

`` brute worker.py –foo 1,2,3 –bar x ``

will execute 3 tasks:

  • worker.py –foo 1 –bar x

  • worker.py –foo 2 –bar x

  • worker.py –foo 3 –bar x

Each task will have a subdirectory where a run script and a log file will be created. The location where the subdirectories are created may be controlled via the –brute-dir flag.

Grid-specific options go in a configuration file. See examples/brute.conf for an example.

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

cmdline-brute-0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

cmdline_brute-0.1-py3.4.egg (10.5 kB view hashes)

Uploaded Source

Supported by

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