Coder Social home page Coder Social logo

goktug97 / dacbench Goto Github PK

View Code? Open in Web Editor NEW

This project forked from automl/dacbench

0.0 1.0 0.0 236.36 MB

A benchmark library for Dynamic Algorithm Configuration.

License: Apache License 2.0

Python 15.93% SAS 9.37% JavaScript 1.25% HTML 61.10% CSS 0.63% Jupyter Notebook 11.68% Shell 0.05%

dacbench's Introduction

DACBench

DACBench is a benchmark library for Dynamic Algorithm Configuration. Its focus is on reproducibility and comparability of different DAC methods as well as easy analysis of the optimization process.

If you use DACBench in you research or application, please cite us:

@Misc{dacbench,
    author    = {T. Eimer and A. Biedenkapp and M. Reimer and S. Adriaensen and F. Hutter and M. Lindauer},
    title     = {DACBench: A Benchmark Library for Dynamic Algorithm Configuration},
    howpublished = {\url{https://github.com/automl/DACBench}},
    year = {2020}
}

Installation

We recommend to install DACBench in a virtual environment. Note that even if you choose to not use a virtual env, please make sure you run all experiments using python 3.6 as some benchmarks are not compatible with other python versions! To install DACBench including the dependencies to run examples:

conda create -n dacbench python=3.6
conda activate dacbench
git clone https://github.com/automl/DACBench.git
cd DACBench
git submodule update --init --recursive
pip install -e .[example]

When using the Fast Downward Benchmark, you need to build it separately (we recommend cmake version 3.10.2). Make sure you have previously called:

git submodule update --init --recursive

Then run:

./dacbench/envs/rl-plan/fast-downward/build.py

If want to work on DACBench as a developer you can use the dev extra option instead:

pip install -e .[dev]

To install all extras (dev and example) run:

pip install -e .[dev,example]

Using DACBench

After installing DACBench, you can start developing immediately. For an introduction to the interface and structure of DACBench, see the "Getting Started" jupyter notebook. You can also take a look at our examples in the repository or our documentation.

dacbench's People

Contributors

daikikatsuragawa avatar maximilianreimer avatar mlindauer avatar rishan92 avatar steven-adriaensen avatar theeimer avatar

Watchers

 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.