There is a newer version of this record available.

Software Open Access

Epistimio/orion: Algorithm Integrations and Improvements

Xavier Bouthillier; Franรงois Corneau-Tremblay; Thomas Schweizer; Christos Tsirigotis; Lin Dong; Mirko Bronzi; notoraptor; Setepenre; Reyhane Askari; Dendi Suhubdy


DataCite XML Export

<?xml version='1.0' encoding='utf-8'?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
  <identifier identifierType="DOI">10.5281/zenodo.6607671</identifier>
  <creators>
    <creator>
      <creatorName>Xavier Bouthillier</creatorName>
    </creator>
    <creator>
      <creatorName>Franรงois Corneau-Tremblay</creatorName>
      <affiliation>@mila-iqia</affiliation>
    </creator>
    <creator>
      <creatorName>Thomas Schweizer</creatorName>
    </creator>
    <creator>
      <creatorName>Christos Tsirigotis</creatorName>
      <affiliation>@mila-iqia</affiliation>
    </creator>
    <creator>
      <creatorName>Lin Dong</creatorName>
    </creator>
    <creator>
      <creatorName>Mirko Bronzi</creatorName>
      <affiliation>@mila-iqia</affiliation>
    </creator>
    <creator>
      <creatorName>notoraptor</creatorName>
    </creator>
    <creator>
      <creatorName>Setepenre</creatorName>
    </creator>
    <creator>
      <creatorName>Reyhane Askari</creatorName>
      <affiliation>PhD candidate at Mila</affiliation>
    </creator>
    <creator>
      <creatorName>Dendi Suhubdy</creatorName>
      <affiliation>@bitwyre</affiliation>
    </creator>
  </creators>
  <titles>
    <title>Epistimio/orion: Algorithm Integrations and Improvements</title>
  </titles>
  <publisher>Zenodo</publisher>
  <publicationYear>2022</publicationYear>
  <dates>
    <date dateType="Issued">2022-06-02</date>
  </dates>
  <resourceType resourceTypeGeneral="Software"/>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/6607671</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/Epistimio/orion/tree/v0.2.4</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.3478592</relatedIdentifier>
  </relatedIdentifiers>
  <version>v0.2.4</version>
  <rightsList>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
  </rightsList>
  <descriptions>
    <description descriptionType="Abstract">๐Ÿš€ Features
&lt;ul&gt;
&lt;li&gt;Add Ax Optimizer @satyaog (#866)&lt;/li&gt;
&lt;li&gt;Migrate Orion dashboard into Orion repository @notoraptor (#920)&lt;/li&gt;
&lt;li&gt;Add MOFA @wagnersj (#864)&lt;/li&gt;
&lt;li&gt;Add DEHB @bouthilx (#849)&lt;/li&gt;
&lt;li&gt;Add Hebo @lebrice (#915)&lt;/li&gt;
&lt;li&gt;Add PB2 @bouthilx (#831)&lt;/li&gt;
&lt;li&gt;Add BOHB @bouthilx (#848)&lt;/li&gt;
&lt;li&gt;Move nevergrad to orion repo @Delaunay (#906)&lt;/li&gt;
&lt;li&gt;new parallel advantage assessment support @donglinjy (#685)&lt;/li&gt;
&lt;li&gt;Add tasks from Profet @lebrice (#632)&lt;/li&gt;
&lt;/ul&gt;
๐Ÿ—  Enhancements
&lt;ul&gt;
&lt;li&gt;Fix dependabot issues @notoraptor (#926)&lt;/li&gt;
&lt;li&gt;Dashboard: updates dependencies to try resolve dependabot issues @notoraptor (#923)&lt;/li&gt;
&lt;li&gt;Add number of suggest() attempts in Algo wrapper @lebrice (#883)&lt;/li&gt;
&lt;li&gt;Reduce verbosity of the Runner @bouthilx (#879)&lt;/li&gt;
&lt;li&gt;Detect _param_names from __init__ signature @lebrice (#867)&lt;/li&gt;
&lt;li&gt;Add Registry, rework how Space is passed to algorithms @lebrice (#833)&lt;/li&gt;
&lt;li&gt;Upgrade default python to 3.9 in build.yaml @lebrice (#855)&lt;/li&gt;
&lt;/ul&gt;
๐Ÿ› Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix IndexError for freshly branched exp @vmichals (#898)&lt;/li&gt;
&lt;li&gt;Handle all tests using Dask @bouthilx (#828)&lt;/li&gt;
&lt;/ul&gt;
๐Ÿ“œ Documentation
&lt;ul&gt;
&lt;li&gt;Add video links to last presentations @bouthilx (#928)&lt;/li&gt;
&lt;li&gt;Add CITATION.bib to make it easier to cite Orion @lebrice (#896)&lt;/li&gt;
&lt;/ul&gt;
๐Ÿงฐ  Maintenance
&lt;ul&gt;
&lt;li&gt;Add Github Actions to automatically compile Orion dashboard @notoraptor (#930)&lt;/li&gt;
&lt;li&gt;[dashboard] Increase Axios timeout @notoraptor (#927)&lt;/li&gt;
&lt;li&gt;Add .pre-commit-config.yaml for local setup @lebrice (#895)&lt;/li&gt;
&lt;li&gt;Hotfix for nevergrad tests @lebrice (#913)&lt;/li&gt;
&lt;li&gt;Simplify tests suite, remove spy_phase and related functions @lebrice (#886)&lt;/li&gt;
&lt;li&gt;Refactor tox to run for any algo @Delaunay (#907)&lt;/li&gt;
&lt;li&gt;Fix Pypi, add CITATION to manifest @Delaunay (#899)&lt;/li&gt;
&lt;li&gt;Remove remaining mongodb configs @bouthilx (#868)&lt;/li&gt;
&lt;li&gt;Simplify setting test phases in Test Classes @lebrice (#874)&lt;/li&gt;
&lt;li&gt;Update black @Delaunay (#861)&lt;/li&gt;
&lt;li&gt;Drop support for python 3.6 @lebrice (#853)&lt;/li&gt;
&lt;li&gt;Test algo can handle broken trials @bouthilx (#813)&lt;/li&gt;
&lt;li&gt;Tests run with no extras and all extras @lebrice (#810)&lt;/li&gt;
&lt;/ul&gt;</description>
  </descriptions>
</resource>
455
43
views
downloads
All versions This version
Views 45522
Downloads 430
Data volume 377.2 MB0 Bytes
Unique views 40822
Unique downloads 290

Share

Cite as