From 86a51075869f19e70be0d0584d719348875f4762 Mon Sep 17 00:00:00 2001 From: ArthurTolley Date: Tue, 11 Jul 2023 19:57:05 +0100 Subject: [PATCH] removing TODO message --- pycbc/live/snr_optimizer.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pycbc/live/snr_optimizer.py b/pycbc/live/snr_optimizer.py index 4c76e266e39..039e1cddf91 100644 --- a/pycbc/live/snr_optimizer.py +++ b/pycbc/live/snr_optimizer.py @@ -234,16 +234,6 @@ def optimize_pso(bounds, cli_args, extra_args, initial_point): # For each optimizer, we have a dictionary of the options, its help # message and default value -# TODO: Add the options for the initial array -#parser.add_argument('--include-candidate-in-optimizer', action='store_true', -# help='Include parameters of the candidate event in the ' -# 'initialised array for the optimizer. Only relevant for ' -# '--optimizer pso or differential_evolution') -# parser.add_argument('--seed', type=int, default=42, -# help='Seed to supply to the random generation of initial ' -# 'array to pass to the optimizer. Only relevant for ' -# '--optimizer pso or differential_evolution') - option_dict = { 'differential_evolution': { 'maxiter': ('The maximum number of generations over which the entire '