Skip to content

LBAF v1.0.1

Latest
Compare
Choose a tag to compare
@cwschilly cwschilly released this 31 Oct 17:24
c46970c

This release fixes a bug in the PyPi lbaf package and offers optimizations to the transfer swapping logic.

It also introduces timers for LBs per iteration and implements an optional target_imbalance parameter that ends iterations of the InformAndTransferAlgorithm once the imbalance is below the target threshold.

Finally, we enhanced the visualization parameters in the following ways:

  • Changed LBAF_Viz to visualization
  • Added output_visualization_dir (usually same as output_dir)
  • Added output_visualization_file_stem (usually same as output_file_stem)

We added a helper script in scripts/update-viz-config.py to easily update any old configuration files to meet the new API.

For more information, please refer to the wiki.