Giter Site home page Giter Site logo

petriewong / smac3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from automl/smac3

0.0 1.0 0.0 26.69 MB

Sequential Model-based Algorithm Configuration

Home Page: http://www.ml4aad.org/smac/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.36% Batchfile 1.40% Python 98.24%

smac3's Introduction

SMAC v3 Project

Copyright (C) 2017 ML4AAD Group

Attention: This package is under heavy development and subject to change. A stable release of SMAC (v2) in Java can be found here.

The documentation can be found here.

Status for master branch:

Build Status Code Health codecov Status

Status for development branch

Build Status Code Health codecov

OVERVIEW

SMAC is a tool for algorithm configuration to optimize the parameters of arbitrary algorithms across a set of instances. This also includes hyperparameter optimization of ML algorithms. The main core consists of Bayesian Optimization in combination with a simple racing mechanism to efficiently decide which of two configuration performs better.

For a detailed description of its main idea, we refer to

Hutter, F. and Hoos, H. H. and Leyton-Brown, K.
Sequential Model-Based Optimization for General Algorithm Configuration
In: Proceedings of the conference on Learning and Intelligent OptimizatioN (LION 5)

SMAC v3 is written in python3 and continuously tested with python3.5 and python3.6. Its Random Forest is written in C++.

Installation

Besides the listed requirements (see requirements.txt), the random forest used in SMAC3 requires SWIG (>= 3.0).

apt-get install swig 

cat requirements.txt | xargs -n 1 -L 1 pip install

python setup.py install

If you use Anaconda as your Python environment, you have to install three packages before you can install SMAC:

conda install gxx_linux-64 gcc_linux-64 swig

License

This program is free software: you can redistribute it and/or modify it under the terms of the 3-clause BSD license (please see the LICENSE file).

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You should have received a copy of the 3-clause BSD license along with this program (see LICENSE file). If not, see https://opensource.org/licenses/BSD-3-Clause.

USAGE

The usage of SMAC v3 is mainly the same as provided with SMAC v2.08. It supports the same parameter configuration space syntax and interface to target algorithms. Please note that we do not support the extended parameter configuration syntax introduced in SMACv2.10.

Examples

See examples/

  • examples/rosenbrock.py - example on how to optimize a Python function (REQUIRES PYNISHER )
  • examples/spear_qcp/run.sh - example on how to optimize the SAT solver Spear on a set of SAT formulas

Contact

SMAC v3 is developed by the ML4AAD Group of the University of Freiburg.

If you found a bug, please report to https://github.com/automl/SMAC3

smac3's People

Contributors

mlindauer avatar mfeurer avatar keggensperger avatar shukon avatar andrebiedenkapp avatar aaronkl avatar stokasto avatar anatolfernandez avatar sfalkner avatar

Watchers

Petrie Wong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.