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

Quickstart for linear solvers #511

Merged

Conversation

mmahsereci
Copy link
Contributor

@mmahsereci mmahsereci commented Aug 5, 2021

In a Nutshell

A quickstart for linear solvers. Describes basic functionality: i) how to create a test problem ii) how to run the default solver iii) what are the returned objects.

Detailed Description

Encoding prior knowledge is not included here yet as per offline discussion. This will come in a separate tutorial (potentially before or after the interface is adapted to take selected prior information directly (see also #526 ))

Related Issues

na

@mmahsereci mmahsereci self-assigned this Aug 5, 2021
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@mmahsereci mmahsereci added the documentation Improvements or additions to documentation label Aug 5, 2021
@@ -0,0 +1,2673 @@
{
Copy link
Contributor

@JonathanWenger JonathanWenger Aug 31, 2021

Choose a reason for hiding this comment

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

  • ProbNums's

Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -0,0 +1,2673 @@
{
Copy link
Contributor

@JonathanWenger JonathanWenger Aug 31, 2021

Choose a reason for hiding this comment

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

Capitalization in header: Solver


Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #511 (6c088c4) into main (9ca249c) will increase coverage by 0.02%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #511      +/-   ##
==========================================
+ Coverage   87.54%   87.56%   +0.02%     
==========================================
  Files         147      151       +4     
  Lines        5843     5937      +94     
  Branches      770      771       +1     
==========================================
+ Hits         5115     5199      +84     
- Misses        499      505       +6     
- Partials      229      233       +4     
Impacted Files Coverage Δ
src/probnum/_config.py 100.00% <ø> (ø)
...initialization_routines/_initialization_routine.py 100.00% <ø> (ø)
src/probnum/diffeq/odefilter/utils/__init__.py 100.00% <ø> (ø)
src/probnum/filtsmooth/gaussian/_kalman.py 67.74% <ø> (ø)
...rc/probnum/filtsmooth/gaussian/_kalmanposterior.py 84.80% <ø> (ø)
...rc/probnum/filtsmooth/optim/_iterated_component.py 85.18% <ø> (ø)
...rc/probnum/filtsmooth/particle/_particle_filter.py 95.83% <ø> (ø)
src/probnum/kernels/_kernel.py 84.31% <ø> (ø)
src/probnum/linops/_scaling.py 81.81% <0.00%> (ø)
src/probnum/problems/_problems.py 84.90% <ø> (ø)
... and 45 more

@mmahsereci mmahsereci merged commit 774c241 into probabilistic-numerics:main Sep 1, 2021
@mmahsereci mmahsereci deleted the mm-linalg-tutorials branch September 1, 2021 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants