Skip to content

Commit

Permalink
#521: finalized example and configuration with baseline load-only set…
Browse files Browse the repository at this point in the history
…ting that must reach 0 imbalance
  • Loading branch information
ppebay committed Jul 26, 2024
1 parent 1ee275d commit 3d2b9b9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions config/synthetic-blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,22 @@ work_model:
name: AffineCombination
parameters:
alpha: 1.0
beta: 1.0
gamma: 1.0
beta: 0.0
gamma: 0.0

# Specify algorithm
algorithm:
name: PhaseStepper
name: InformAndTransfer
phase_id: 0
parameters:
n_iterations: 8
n_rounds: 2
fanout: 2
order_strategy: arbitrary
transfer_strategy: Recursive
criterion: Tempered
max_objects_per_transfer: 8
deterministic_transfer: true

# Specify output
output_dir: ../output
Expand Down

0 comments on commit 3d2b9b9

Please sign in to comment.