FFF
- renamed the `__init__` parameter `hidden_width` to `leaf_width` (yes, this disrespects semantic versioning a little, but hey ...)
- introduced the `region_leak` parameter
- introduced the `usage_mode` parameter
- added `get_node_param_group` and `get_leaf_param_group` methods to enable connection to `LocalSGD` and `LocalAdam` with ease
fastfeedforward.optim
- added as a separate package
- contains implementations of the `LocalSGD` and `LocalAdam`