orion.algo.robo

View on PyPIReverse Dependencies (0)

0.1.1 orion.algo.robo-0.1.1-py2.py3-none-any.whl

Wheel Details

Project: orion.algo.robo
Version: 0.1.1
Filename: orion.algo.robo-0.1.1-py2.py3-none-any.whl
Download: [link]
Size: 17642
MD5: 9897051e260c0114c43728c320db76be
SHA256: e5049fde8fb3dab58b859895110ae4a0c95a753300bb4dd150b575c4667a4b9b
Uploaded: 2021-07-23 16:38:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: orion.algo.robo
Version: 0.1.1
Summary: TODO
Author: Epistímio
Author-Email: xavier.bouthillier[at]umontreal.ca
Home-Page: https://github.com/Epistimio/orion.algo.robo
License: BSD-3-Clause
Keywords: Machine Learning,Deep Learning,Distributed,Optimization
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Platform: Linux
Requires-Dist: orion (>=0.1.11)
Requires-Dist: numpy
Requires-Dist: torch (>=1.2.0)
Requires-Dist: pytest (>=3.0.0); extra == "test"
Provides-Extra: test
License-File: LICENSE
[Description omitted; length: 3544 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
orion/algo/robo/__init__.py sha256=3VXEPo4YbGu2khgc6ME0_e28mqNeYUSadSPgo_jJ1nM 398
orion/algo/robo/_version.py sha256=xsMe_TSiM4dNUtwbEeZbNjidjC3db5-UxdbzM5mwVYw 498
orion/algo/robo/base.py sha256=7qL_HAKAPZCKi_tfDYwg7796VuVflgHCa8_lHP6iu60 12791
orion/algo/robo/bohamiann.py sha256=qkmz6k1QRM6rbnIUGsmyaf0epbwmC7_T9VoQq6q54YY 9809
orion/algo/robo/dngo.py sha256=ZZ0WlgHeYbDwbNdc9lNrST8z6q6nfGkmvQ109FiPEo0 6588
orion/algo/robo/gp.py sha256=4JHZd3whStVauJ5CxXyOa4m-3x_IDvql8jbOvbdvhLg 10148
orion/algo/robo/randomforest.py sha256=fLfBgQdCJ3cKh1K7vUNyo93tzmaRF8k8hvRj5wzK0ww 5924
orion.algo.robo-0.1.1.dist-info/LICENSE sha256=GdBEmi4ZDpZKEEgKpUr4p82J_GxbYwDUEHosJBNJg-k 1550
orion.algo.robo-0.1.1.dist-info/METADATA sha256=47jXBqPrZJ7AfNao_o1-l-3FCsEtBq01z-aP8-RaBO0 4670
orion.algo.robo-0.1.1.dist-info/WHEEL sha256=Z-nyYpwrcSqxfdux5Mbn_DQ525iP7J2DG3JgGvOYyTQ 110
orion.algo.robo-0.1.1.dist-info/entry_points.txt sha256=U10XFdM7dsvtVu4Zr6SyYrTYzw5MARZ5AUwtf89qB2w 277
orion.algo.robo-0.1.1.dist-info/top_level.txt sha256=l769l2bu6nhhTWB3Jmk6wLz59m7vaQ1kZQybOWxsiwM 6
orion.algo.robo-0.1.1.dist-info/RECORD

top_level.txt

orion

entry_points.txt

robo_bohamiann = orion.algo.robo.bohamiann:RoBO_BOHAMIANN
robo_dngo = orion.algo.robo.dngo:RoBO_DNGO
robo_gp = orion.algo.robo.gp:RoBO_GP
robo_gp_mcmc = orion.algo.robo.gp:RoBO_GP_MCMC
robo_randomforest = orion.algo.robo.randomforest:RoBO_RandomForest