flownet.hyperparameter._run_hyper module
- flownet.hyperparameter._run_hyper.flownet_ahm_run(x: list, args: argparse.Namespace)
Run individual ahm using the actual hyperparameter values for the run.
- Parameters
x – Actual values for the hyperparameters.
args – The argparse namespace given by the user.
- Returns
Nothing
- flownet.hyperparameter._run_hyper.run_flownet_hyperparameter(args: argparse.Namespace, hyperparameters: list)
Run flownet in hyperparamater exploration or optimization mode.
- Parameters
args – The argparse namespace given by the user
hyperparameters – Dictionary with hyperparameters
- Returns
Nothing