Skip to content

Commit

Permalink
#421: return to original config
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Oct 4, 2023
1 parent d503524 commit 3e8cac8
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions config/user-defined-memory-toy-problem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,19 @@ work_model:
upper_bounds:
max_memory_usage: 8000000000.0

# # Specify algorithm
# algorithm:
# name: InformAndTransfer
# phase_id: 0
# parameters:
# n_iterations: 4
# n_rounds: 2
# fanout: 2
# order_strategy: arbitrary
# transfer_strategy: Clustering
# criterion: Tempered
# max_objects_per_transfer: 32
# deterministic_transfer: true

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

# Specify output
output_dir: ../output
Expand All @@ -46,7 +42,7 @@ LBAF_Viz:
save_meshes: True
force_continuous_object_qoi: True
write_JSON:
compressed: False
compressed: True
suffix: json
communications: True
offline_LB_compatible: True

0 comments on commit 3e8cac8

Please sign in to comment.