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

Feature Requests: Add new experiment, and start immidiately #189

Open
LukasFehring opened this issue Apr 15, 2024 · 0 comments
Open

Feature Requests: Add new experiment, and start immidiately #189

LukasFehring opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@LukasFehring
Copy link
Collaborator

  • PyExperimenter version: Any
  • Database provider: Any
  • Python version: Any
  • Operating System: Any

Description

Currently, the only supported workflow is first adding (all) experiments to the database, followed by starting workers that repeatedly pull from the database. However, in cases where slum handles the creation of jobs, it might be useful to add functionality that allows adding one job to the database (already in status running), and instantly starting its execution. This would allow the combining of existing software such as Hydra and slurm with by experimenter.

Proposed Solution:

Add experimenter function called add_experiment_and_execute that takes one instance of type dict (comparable to fill_table_with_rows), adds it to the database, and immediately starts execution of the experiment function.

@LukasFehring LukasFehring added the enhancement New feature or request label Apr 15, 2024
@LukasFehring LukasFehring self-assigned this Apr 15, 2024
@LukasFehring LukasFehring linked a pull request Apr 15, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant