Skip to content

Commit

Permalink
#533: set BFO to false; increase n_iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 24, 2024
1 parent 4beb897 commit ec056d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/test_synthetic_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ def generate_configuration_file(self, alpha, beta, gamma):
"gamma": gamma
}
},
"brute_force_optimization": True,
"brute_force_optimization": False,
"algorithm": {
"name": "InformAndTransfer",
"phase_id": 0,
"parameters": {
"n_iterations": 8,
"n_iterations": 10,
"n_rounds": 2,
"fanout": 2,
"order_strategy": "element_id",
Expand Down

0 comments on commit ec056d4

Please sign in to comment.