Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FedProx strategy #1619

Merged
merged 18 commits into from
Feb 3, 2023
Merged

Add FedProx strategy #1619

merged 18 commits into from
Feb 3, 2023

Conversation

charlesbvll
Copy link
Member

What does this implement/fix? Explain your changes.

Adds a strategy for FedProx, it is very similar to FedAvg, there is just one more class attribute, proximal_mu and an explanation in the docstring about how to implement the client for FedProx.

src/py/flwr/server/strategy/fedprox.py Outdated Show resolved Hide resolved
src/py/flwr/server/strategy/fedprox.py Outdated Show resolved Hide resolved
doc/source/changelog.md Show resolved Hide resolved
src/py/flwr/server/strategy/fedprox.py Outdated Show resolved Hide resolved
src/py/flwr/server/strategy/fedprox.py Outdated Show resolved Hide resolved
src/py/flwr/server/strategy/fedprox.py Outdated Show resolved Hide resolved
Copy link
Member

@danieljanes danieljanes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@danieljanes danieljanes enabled auto-merge (squash) February 3, 2023 07:26
@danieljanes danieljanes merged commit 03b9d87 into main Feb 3, 2023
@danieljanes danieljanes deleted the fedprox-startegy branch February 3, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants