Skip to content

automl/pysmac

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 175 commits ahead of tdomhan:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pysmac

Deprecated -- we recommend to use [SMAC3](https://github.com/automl/SMAC3) for a Python implementation of SMAC.

Simple python wrapper to [SMAC](http://www.cs.ubc.ca/labs/beta/Projects/SMAC/), a versatile tool for optimizing algorithm parameters.

SMAC is free for academic & non-commercial usage. Please contact Frank Hutter to discuss obtaining a license for commercial purposes.

This wrapper is intented to use SMAC directly from Python to minimize a objective function. It also contains some rudimentary analyzing tools that can also be applied to already existing SMAC runs.

Installation

To install pysmac, we advise using the Python package management system:

pip install git+https://github.com/automl/pysmac.git --user

If you prefer, you can clone the repository and install it manually via

python setup.py install

Documentation

The documentation for pySMAC is hosted on http://pysmac.readthedocs.org/. It contains a Quickstart guide for the impatient, but also a detailed manual.

About

simple python interface to SMAC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.2%
  • Shell 34.1%
  • Batchfile 4.7%