Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
jac_chunk_size
keyword argument toObjectiveFunction
to reduce memory usage of forward mode Jacobian calculation #1052Add
jac_chunk_size
keyword argument toObjectiveFunction
to reduce memory usage of forward mode Jacobian calculation #1052Changes from 72 commits
e1ffec8
5aef59c
67844a7
60e142c
c27bf9b
f3b6683
517a519
6b786d0
135adce
0366043
131ae78
8cfcf8d
8f0515c
c3ba7ac
ce5742f
1f32705
02ba37e
feb006e
eda29ee
95e25cc
7aca7ad
fcdf492
2239746
74e9d0c
d9b34d1
9ad2688
41171c8
4dc0c98
4b09c02
3e38d25
0d59bd9
5d15de3
9aca31f
6f2bbdb
f3b5f25
e4e27a2
51e3e40
da359d5
fbebfb8
fc8c98c
98c93d5
0787b84
bc1d498
1fe12df
5b245f4
f088a06
7c804a1
480a4a7
15a7f48
ea74b24
83c39b4
83e96c0
2df20b5
da92365
e433704
5ce88c6
e9efd27
60e1c74
4137d36
bd34534
8b2645d
1f98694
1c1fab4
3e8e364
b0b78fe
be57bbc
cd865d0
e0e513f
a6e29d6
6988660
f4fbbcf
9100e7c
15d95f1
3e99510
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 11 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L11
Check warning on line 46 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L46
Check warning on line 49 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L49
Check warning on line 53 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not consistent with our docstring format but no problem. Just pointing out.
Check warning on line 155 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L155
Check warning on line 158 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L158
Check warning on line 164 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L164
Check warning on line 167 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L167
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above docstrings are not too important but this one might be checked more, so maybe make it consistent with out doc format? Again, not too important, we can change it in a later PR.
Check warning on line 237 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L237
Check warning on line 242 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L242
Check warning on line 256 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L255-L256
Check warning on line 261 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L260-L261
Check warning on line 265 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L264-L265
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commenting for reference
Check warning on line 318 in desc/batching.py
Codecov / codecov/patch
desc/batching.py#L318