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 Linesearch and Quasi Newton allocations #335

Merged
merged 23 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2810598
Resolving #333 point 6, linesearch_backtrack! can now be used and is …
kellertuer Dec 16, 2023
d3812fb
Fix #333 point 1, 2, 5, and one further memory to use.
kellertuer Dec 16, 2023
55c5456
documentation formatting.
kellertuer Dec 16, 2023
5745c6d
IN theory resolves #333 points 4 and 7, in practice there seems to be…
kellertuer Dec 16, 2023
1b30f2f
first back to copying eta – then tests from before work again.
kellertuer Dec 16, 2023
ca7b1ef
Start changelog entry.
kellertuer Dec 16, 2023
d0a6e39
partial fix for Circle
mateuszbaran Dec 16, 2023
f79d857
Merge branch 'kellertuer/fix-linesearch-allocations' of github.com:Ju…
kellertuer Dec 16, 2023
bc795ae
rand -> allocate_result
mateuszbaran Dec 16, 2023
5175979
Fix a positional argument bug.
kellertuer Dec 16, 2023
590303d
Merge branch 'kellertuer/fix-linesearch-allocations' of github.com:Ju…
kellertuer Dec 16, 2023
070b2b4
fix typo
mateuszbaran Dec 16, 2023
72118ae
Merge remote-tracking branch 'origin/kellertuer/fix-linesearch-alloca…
mateuszbaran Dec 16, 2023
802ef16
Merge branch 'master' into kellertuer/fix-linesearch-allocations
mateuszbaran Dec 16, 2023
36cb062
copy -> allocate
mateuszbaran Dec 16, 2023
a6015be
fix qN direction update
mateuszbaran Dec 16, 2023
4340a51
save one allocation
mateuszbaran Dec 16, 2023
417f956
Adapt Documentation.
kellertuer Dec 17, 2023
a92e8a7
Work on Test Coverage.
kellertuer Dec 18, 2023
42d22b4
Fix deps.
kellertuer Dec 25, 2023
34dcad8
Merge branch 'master' into kellertuer/fix-linesearch-allocations
kellertuer Dec 26, 2023
c683eba
Bump dependencies.
kellertuer Dec 27, 2023
525d4f7
bump deps.
kellertuer Dec 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading