Skip to content

Conversation

@kmp5VT
Copy link
Contributor

@kmp5VT kmp5VT commented Jan 22, 2025

Some factors need to be implemented more universally, such as the generate random matrix function. A few new convergence checkers such as, no checking and two that look at the difference between approximations between iterations, instead of the global fit.

TODO

  • Make more unit tests for these methods.
  • Remove some unnecessary artifacts.

@evaleev
Copy link
Member

evaleev commented Apr 15, 2025

@kmp5VT does this need the TODOs to be completed?

@kmp5VT
Copy link
Contributor Author

kmp5VT commented May 27, 2025

@evaleev I updated the unit-tests for the new features so this should be ready to merge, provided CI has no issues.

@kmp5VT kmp5VT requested a review from evaleev May 27, 2025 02:41
}

if (verbose_) {
std::cout << rank_ << "\t" << iter_ << "\t" << std::setprecision(16) << diff << std::endl;
Copy link
Member

Choose a reason for hiding this comment

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

need to use proper logging ... in another PR

@evaleev evaleev mentioned this pull request Jun 11, 2025
@evaleev evaleev merged commit 9c8c8f6 into master Jun 11, 2025
16 checks passed
@evaleev evaleev deleted the kmp5/feature/cpB branch June 11, 2025 12:57
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