Release v0.8.1
IMPORTANT: fluke is now in beta!
New features
- The federation orchestrator is now the federated algorithm and not the server
- Decentralized FL: base class for implementing a fully decentralized FL algorithm is now available (
DecentralizedFL). Standard Gossip Learning (GossipDFL) has also been added. - Added
TimedMessageclass - Added
Topologyclass - Added documentation on evaluation configuration
- Added
receive_allandhas_messagetoChannel
Fixes
- Fixed documentation issues
- Fixed issue with the personalized model of personalized algorithms
- Fixed
GEARhyper-paramaters setting - Fixed
_last_roundonClientwhich was off by 1
Deprecations
- The
fitandfinalizemethods ofServerare now deprecated because the orchestration is now performed by the algorithm's class