Skip to content

Commit

Permalink
removing init=population in diff evol
Browse files Browse the repository at this point in the history
  • Loading branch information
PRAVEEN-mnl committed Nov 2, 2023
1 parent 04737d9 commit 766b155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycbc/live/snr_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def optimize_di(bounds, cli_args, extra_args, initial_point):
recombination=0.7,
callback=callback_func,
args=extra_args,
init=population
)
return results.x

Expand Down

0 comments on commit 766b155

Please sign in to comment.