Large Scale Benchmarking#
Parallel#
You can run your optimization via
python -m carps.run \
    +optimizer/randomsearch=config +task/DUMMY=config \
    'seed=range(1,11)' \
    +cluster=local -m
+cluster=slurm and adapt this to your needs.
Check this page for more launchers, e.g. Ray or RQ besides Joblib and Submitit.