-
Notifications
You must be signed in to change notification settings - Fork 20
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 memory allocator support for LQ subproblem types, merge gar
into main aligator library, rename LQRKnot
and LQRProblem
, slight refactor of DenseRiccatiSolver
#243
Draft
ManifoldFR
wants to merge
98
commits into
devel
Choose a base branch
from
topic/gar-optimizations
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 1, 2024 17:03
fd9ccb6
to
c476f7f
Compare
This change is part of the following stack: Change managed by git-spice. |
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 17:08
c3bc889
to
13d0caf
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 1, 2024 17:08
c476f7f
to
3ed9bab
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 17:31
13d0caf
to
1217df0
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 1, 2024 17:35
3ed9bab
to
917d58d
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 20:42
1217df0
to
958c3b1
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
2 times, most recently
from
November 2, 2024 01:33
274a13b
to
d058aa6
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 4, 2024 16:55
febc812
to
4d2671f
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 4, 2024 16:55
d058aa6
to
9e1943c
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 4, 2024 22:21
9e1943c
to
3221c84
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
November 15, 2024 16:45
3221c84
to
63d4a0b
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
4 times, most recently
from
December 9, 2024 21:46
e592f1e
to
41aa904
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
10 times, most recently
from
December 17, 2024 11:52
e1929af
to
5bb8130
Compare
+ parallel.cpp : slight cleanup, relax mu, remove some verbose prints + test_util.cpp: use string_view, pass allocator, pass verbose arg + cholmod.cpp: relax tolerance
iterative refinement, + change typedef "Impl" to "Kernel" [gar] work.hpp : make get_work() constexpr
+ also after reallocating params + fix allocator_traits check in DEBUG
+ Changes to TrajOptProblem documentation
…core" to "solvers"
… argument is wrong
change formatter in tests/gar/test_util
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
January 4, 2025 22:47
b4a788c
to
a524fdd
Compare
ManifoldFR
force-pushed
the
topic/gar-optimizations
branch
from
January 24, 2025 20:09
8271adb
to
2732cd9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
LqrKnotTpl
andLqrProblemTpl
class to work with single block of allocated memory for the entire problemgar
linear solver library into main aligator libraryDenseRiccatiSolver
: add classDenseKernel
LQRKnotTpl
toLqrKnotTpl
,LQRProblemTpl
toLqrProblemTpl