From fcc90deea0bf5eb502eacdc1930f40859c58f16b Mon Sep 17 00:00:00 2001 From: joschout Date: Thu, 14 Jan 2021 15:22:12 +0100 Subject: [PATCH] fixed type on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b71cfb..d6203a0 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ submodular_objective_function = ExampleFunction() # Define the ground set ground_set: Set[int] = {1, 2} -# Choose an optimization algorithm, -# and initialize it with: +# Choose an optimization algorithm +# and initialize it with: # * the submodular function # * the ground set optimizer: AbstractOptimizer = RandomizedDoubleGreedySearch(