Skip to content

Commit

Permalink
fixed type on README
Browse files Browse the repository at this point in the history
  • Loading branch information
joschout committed Jan 14, 2021
1 parent 09fd5f5 commit fcc90de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit fcc90de

Please sign in to comment.