معرفی شرکت ها


DACBench-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل DACBench-0.2.0
نام DACBench
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Theresa Eimer <{author_email}>
ایمیل نویسنده t.eimer@ai.uni-hannover.de
آدرس صفحه اصلی https://github.com/automl/{name}
آدرس اینترنتی https://pypi.org/project/DACBench/
مجوز Apache 2.0
[![Run Python Tests](https://github.com/automl/DACBench/actions/workflows/pytest.yml/badge.svg)](https://github.com/automl/DACBench/actions/workflows/pytest.yml) [![Documentation Status](https://github.com/automl/DACBench/actions/workflows/docs.yml/badge.svg)](https://github.com/automl/DACBench/actions/workflows/docs.yml) 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. You can try out the basics of DACBench in Colab [here](https://colab.research.google.com/drive/1XQhJM2ErvDMu7eSSWFFEedGdw8GRChIE?usp=sharing) without any installation. Our [examples](https://github.com/automl/DACBench/tree/main/examples) in the repository should give you an impression of what you can do with DACBench and our [documentation](https://dacbench.readthedocs.io/) should answer any questions you might have. You can find baseline data of static and random policies for a given version of DACBench on our [project site](https://www.tnt.uni-hannover.de/en/datasets/dacbench/). ## Installation We recommend installing DACBench in a virtual environment: ``` conda create -n dacbench python=3.10 conda activate dacbench git clone https://github.com/automl/DACBench.git cd DACBench git submodule update --init --recursive pip install . ``` This command installs the base version of DACBench including the three small surrogate benchmarks and the option to install the FastDownward benchmark. For any other benchmark, you may use a singularity container as provided by us (see next section) or install it as an additional dependency. As an example, to install the SGDBenchmark, run: ``` pip install -e .[sgd] ``` To use FastDownward, you first need to build the solver itself. We recommend using cmake version 3.10.2. The command is: ``` ./dacbench/envs/rl-plan/fast-downward/build.py ``` You can also install all dependencies like so: ``` pip install -e .[all,dev,example,docs] ``` ## Containerized Benchmarks DACBench can run containerized versions of Benchmarks using Singularity containers to isolate their dependencies and make reproducible Singularity images. ### Building a Container For writing your own recipe to build a Container, you can refer to `dacbench/container/singularity_recipes/recipe_template` Install [Singularity](https://docs.sylabs.io/guides/3.6/user-guide/) and run the following to build the (in this case) cma container ```bash cd dacbench/container/singularity_recipes sudo singularity build cma cma.def ``` ## Citing DACBench If you use DACBench in your research or application, please cite us: ```bibtex @inproceedings{eimer-ijcai21, 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}, booktitle = {Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence ({IJCAI}'21)}, year = {2021}, month = aug, publisher = {ijcai.org}, ```


زبان مورد نیاز

مقدار نام
>=3.10 Python


نحوه نصب


نصب پکیج whl DACBench-0.2.0:

    pip install DACBench-0.2.0.whl


نصب پکیج tar.gz DACBench-0.2.0:

    pip install DACBench-0.2.0.tar.gz