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

Improve operator support for Jacobian-vector products #367

Merged
merged 52 commits into from
Nov 22, 2022

Conversation

bwohlberg
Copy link
Collaborator

@bwohlberg bwohlberg commented Nov 20, 2022

Improve operator support for Jacobian-vector products.

@bwohlberg bwohlberg added the enhancement New feature or request label Nov 20, 2022
@codecov
Copy link

codecov bot commented Nov 20, 2022

Codecov Report

Merging #367 (416166e) into main (2b7da48) will increase coverage by 0.09%.
The diff coverage is 97.22%.

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
+ Coverage   94.10%   94.20%   +0.09%     
==========================================
  Files          57       57              
  Lines        3378     3401      +23     
==========================================
+ Hits         3179     3204      +25     
+ Misses        199      197       -2     
Flag Coverage Δ
unittests 94.20% <97.22%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
scico/optimize/__init__.py 100.00% <ø> (ø)
scico/_autograd.py 90.90% <91.66%> (ø)
scico/linop/__init__.py 100.00% <100.00%> (ø)
scico/linop/_util.py 100.00% <100.00%> (ø)
scico/operator/_operator.py 95.00% <100.00%> (+2.50%) ⬆️
scico/optimize/_primaldual.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bwohlberg bwohlberg changed the title Add general function class and improve operator support for Jacobian-vector products Improve operator support for Jacobian-vector products Nov 22, 2022
@bwohlberg bwohlberg merged commit ebb89c6 into main Nov 22, 2022
@bwohlberg bwohlberg deleted the brendt/func-and-jvp branch November 22, 2022 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants