selector.run_ac

Module of selector to run from Python.

Functions

ac(scen_files, ray_mode, **kwargs)

Run selector as a Python function.

selector.run_ac.ac(scen_files, ray_mode, **kwargs)[source]

Run selector as a Python function.

Parameters:
  • scen_files (dict) – Paths to ‘paramfile’, ‘instance_file’, ‘feature_file’.

  • ray_mode (str) – ‘desktop’ or ‘cluster’ (SLURM).

  • kwargs (dict) – Anything else you want to set, see scenario.py.