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
tovisualization
- Added
output_visualization_dir
(usually same asoutput_dir
) - Added
output_visualization_file_stem
(usually same asoutput_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.