added `on_completion` callback to `run_experiment`
0.9.79
updated documentation and op2_uniform now compiled via numba as well
0.9.78
more intense use of numba in operators since it now (as of 0.57.0) supports numpy.random.Generator
0.9.77
Added `has_log` to `Process` and Automatic Logging of the Frequency Table in FFA-based methods
0.9.76
allowing last_improvement_time_millis to be 0 in end statistics
0.9.75
- log file parsing should now permit the odd case of a 0 total runtime - added two variants of restart algorithm wrappers: + normal restarts just restart the algorithm when it terminates + Luby restarts apply the Luby sequence of runtime limits and treat the algorithm as Las Vegas algorithm