Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Ray Backend #1049

Merged
merged 12 commits into from
Aug 17, 2023
Merged

Adding Ray Backend #1049

merged 12 commits into from
Aug 17, 2023

Conversation

Simnol22
Copy link
Contributor

Description

Adding a Ray backend for Orion ! Similar implementation of the Dask backend.

Solves github issue ray_backend

Changes

Adding a python file for the Ray class and its Future class. Modifying a little bit the executor test.

Checklist

Tests

  • [x ] I added corresponding tests for bug fixes and new features. If possible, the tests fail without the changes
  • All new and existing tests are passing ($ tox -e py38; replace 38 by your Python version if necessary)

Documentation

  • [x ] I have updated the relevant documentation related to my changes

Quality

  • [ x] I have read the CONTRIBUTING doc
  • [ x] My commits messages follow this format
  • [ x] My code follows the style guidelines ($ tox -e lint)

setup.py Outdated Show resolved Hide resolved
@bouthilx
Copy link
Member

There would need to be a documentation page here: https:/Epistimio/orion/tree/develop/docs/src/code/executor.

@bouthilx
Copy link
Member

And a short section about Ray here: https:/Epistimio/orion/blob/develop/docs/src/user/parallel.rst

@Delaunay Delaunay merged commit 083dc38 into Epistimio:develop Aug 17, 2023
22 of 25 checks passed
NeilGirdhar pushed a commit to NeilGirdhar/orion that referenced this pull request Oct 22, 2023
* Initial commit. adding working ray backend but still not passing every tests

* adding runtime

* FIxing delete bug and cleaning tests

* add working_dir

* adding ray to setup.py

* fixing import, config and some code

* adding docs, and fixing some changes from review

* fixing pretest errors

* removing unused line

---------

Co-authored-by: Setepenre <[email protected]>
NeilGirdhar pushed a commit to NeilGirdhar/orion that referenced this pull request Nov 16, 2023
* Initial commit. adding working ray backend but still not passing every tests

* adding runtime

* FIxing delete bug and cleaning tests

* add working_dir

* adding ray to setup.py

* fixing import, config and some code

* adding docs, and fixing some changes from review

* fixing pretest errors

* removing unused line

---------

Co-authored-by: Setepenre <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants