{"id":23253005,"url":"https://github.com/lucasc-99/orion.algo.robo","last_synced_at":"2025-07-18T11:04:23.534Z","repository":{"id":113625040,"uuid":"290244352","full_name":"Lucasc-99/orion.algo.robo","owner":"Lucasc-99","description":"The RoBO Bayesian Optimization Algorithm","archived":false,"fork":false,"pushed_at":"2020-09-29T15:07:58.000Z","size":64,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T02:45:45.088Z","etag":null,"topics":["hyperparameter-optimization","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lucasc-99.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-25T14:56:02.000Z","updated_at":"2021-10-26T13:50:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d59d08cb-7017-4326-9b83-f1a84822af6c","html_url":"https://github.com/Lucasc-99/orion.algo.robo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lucasc-99/orion.algo.robo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasc-99%2Forion.algo.robo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasc-99%2Forion.algo.robo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasc-99%2Forion.algo.robo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasc-99%2Forion.algo.robo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lucasc-99","download_url":"https://codeload.github.com/Lucasc-99/orion.algo.robo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasc-99%2Forion.algo.robo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265746294,"owners_count":23821636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hyperparameter-optimization","machine-learning"],"created_at":"2024-12-19T10:21:28.706Z","updated_at":"2025-07-18T11:04:23.493Z","avatar_url":"https://github.com/Lucasc-99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===============\norion.algo.robo\n===============\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/orion.algo.robo\n    :target: https://pypi.python.org/pypi/orion.algo.robo\n    :alt: Current PyPi Version\n\n.. |py_versions| image:: https://img.shields.io/pypi/pyversions/orion.algo.robo.svg\n    :target: https://pypi.python.org/pypi/orion.algo.robo\n    :alt: Supported Python Versions\n\n.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n    :target: https://opensource.org/licenses/BSD-3-Clause\n    :alt: BSD 3-clause license\n\n.. |rtfd| image:: https://readthedocs.org/projects/orion.algo.robo/badge/?version=latest\n    :target: https://orion.algo-robo.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |codecov| image:: https://codecov.io/gh/Lucasc-99/orion.algo.robo/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/Lucasc-99/orion.algo.robo\n    :alt: Codecov Report\n\n.. |travis| image:: https://travis-ci.org/Lucasc-99/orion.algo.robo.svg?branch=master\n    :target: https://travis-ci.org/Lucasc-99/orion.algo.robo\n    :alt: Travis tests\n\n\n----\n\nThis `orion.algo`_ plugin was generated with `Cookiecutter`_ along with `@Epistimio`_'s `cookiecutter-orion.algo`_ template.\n\nSee Orion : https://github.com/Epistimio/orion\n\n\nInstallation\n------------\n\nInstall RoBO: instructions from https://github.com/automl/RoBO/blob/master/README.md\n\nNOTE: RoBO installation is very difficult on MAC\n\nRoBO uses the libraries george and pyrfr.\nAdditionally, make sure that libeigen and swig are installed\n\nsudo apt-get install libeigen3-dev swig\n\nDownload RoBO and then change into the new directory:\n\ngit clone https://github.com/automl/RoBO\ncd RoBO/\nInstall the required dependencies.\n\nfor req in $(cat requirements.txt); do pip install $req; done\nFinally install RoBO by:\n\npython setup.py install\n\n\n\nYou can install \"orion.algo.robo\" via `pip`_ from `PyPI`_::\n\n    $ pip install git+https://github.com/Lucasc-99/orion.algo.robo.git\n\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the BSD-3-Clause license,\n\"orion.algo.robo\" is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@Epistimio`: https://github.com/Epistimio\n.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt\n.. _`cookiecutter-orion.algo`: https://github.com/Epistimio/cookiecutter-orion.algo\n.. _`file an issue`: https://github.com/Lucasc-99/cookiecutter-orion.algo.robo/issues\n.. _`orion`: https://github.com/Epistimio/orion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasc-99%2Forion.algo.robo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasc-99%2Forion.algo.robo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasc-99%2Forion.algo.robo/lists"}