Skip to content

Commit

Permalink
removing TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTolley committed Jul 11, 2023
1 parent 46ba8ab commit 86a5107
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pycbc/live/snr_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit 86a5107

Please sign in to comment.