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

Adding Neumman and Dykstra algorithims. #57

Merged
merged 4 commits into from
May 22, 2024
Merged

Adding Neumman and Dykstra algorithims. #57

merged 4 commits into from
May 22, 2024

Conversation

AlexandreDeCamargo
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@RichRick1 RichRick1 left a comment

Choose a reason for hiding this comment

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

pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
@DanielCalero1
Copy link
Collaborator

Hi,

I just made two commits. In the first one I fixed the issues mentioned by @RichRick1.

On the second commit I implemented Halpern's algorithm. I follow a similar structure for the convergence of the algorithm, with a given number of iterations and tolerance.

Please tell me what you think about it @RichRick1 @AlexandreDeCamargo.

Copy link
Collaborator

@RichRick1 RichRick1 left a comment

Choose a reason for hiding this comment

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

Great job! There are some minor changes requested:

  1. Change variable name from D to gamma_new to be consistent with notations
  2. Follow pep8 style by adding new lines

pyci/rdm/algorithms.py Show resolved Hide resolved
pyci/rdm/algorithms.py Show resolved Hide resolved
pyci/rdm/algorithms.py Show resolved Hide resolved
pyci/rdm/algorithms.py Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
pyci/rdm/algorithms.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@RichRick1 RichRick1 left a comment

Choose a reason for hiding this comment

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

Great job! Approved

@RichRick1 RichRick1 merged commit ed4d6e5 into master May 22, 2024
1 check passed
@AlexandreDeCamargo
Copy link
Collaborator Author

AlexandreDeCamargo commented May 22, 2024 via email

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.

3 participants