Skip to content

Commit

Permalink
docs: add exp config for unmanaged example #2. (#9397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga authored May 20, 2024
1 parent d4e23f4 commit d3e89b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/features/unmanaged/2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: unmanaged-2
entrypoint: python3 2_checkpoints.py

# Use the single-searcher to run just one instance of the training script
searcher:
name: single
# metric is required but it shouldn't hurt to ignore it at this point.
metric: x
# max_length is ignored if the training script ignores it.
max_length: 1

max_restarts: 0

resources:
slots_per_trial: 0

0 comments on commit d3e89b1

Please sign in to comment.