-
Notifications
You must be signed in to change notification settings - Fork 19
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
Switch to nonmonotone linesearch #244
Draft
ManifoldFR
wants to merge
19
commits into
devel
Choose a base branch
from
topic/nonmonotone-ls
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
This change is part of the following stack: Change managed by git-spice. |
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 1, 2024 17:04
8678f9a
to
e30fd08
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 17:08
c3bc889
to
13d0caf
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
2 times, most recently
from
November 1, 2024 17:31
1a2e08d
to
385f2de
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 17:31
13d0caf
to
1217df0
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 1, 2024 17:34
385f2de
to
99bc5ce
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 1, 2024 20:42
1217df0
to
958c3b1
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
2 times, most recently
from
November 2, 2024 01:33
c702d3b
to
0e603c4
Compare
ManifoldFR
force-pushed
the
topic/gar/devel
branch
from
November 4, 2024 16:55
febc812
to
4d2671f
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 4, 2024 16:55
0e603c4
to
edfdc97
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
7 times, most recently
from
November 5, 2024 09:57
a2b2e0e
to
40b0baa
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
4 times, most recently
from
November 12, 2024 23:05
e1e1962
to
6649dcb
Compare
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 15, 2024 16:44
ec62d9e
to
8944057
Compare
examples: python: change HistoryCallback() calls test_constrained_dynamics : no use for HistoryCallback() here.
Add separate mu_init for non-bound constrained setting
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 16, 2024 18:34
dce4c16
to
e331c1d
Compare
- decide labels automatically - only add "AL iters" label when there are 2 iters [examples] re-tune some problems, plot convergence
+ greatly increase joint-space weight + add spinning + flight phase target irrelevant + spin further, fix landing fn
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 16, 2024 18:35
e331c1d
to
dd457e3
Compare
…nv from model with projectile's nq, nv ur10_ballistic : load_projectile_model() can take free flyer or not + adjust rigid constraint model factory, pass contact type
ManifoldFR
force-pushed
the
topic/nonmonotone-ls
branch
from
November 16, 2024 18:37
dd457e3
to
d88e2a5
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.
Switch to the nonmonotone linesearch
small tweak of ur10_ballistic
acrobot: change default params
HistoryCallback: pass solver pointer as argument to templated ctor
examples: python: change HistoryCallback() calls
re-tune cartpole.py
update quadrotor_obstacles.py
Add separate mu_init for non-bound constrained setting
[utils/plotting] some enhancements to plotting convergence diagrams
[examples] re-tune some problems, plot convergence
Update plotting.py again:
update solo_jump.py
solo_jump : greatly increase joint-space weight
solo_jump : add spinning
solo_jump : flight phase target irrelevant
solo_jump : spin further, fix landing fn
ur10_ballistic : load_projectile_model() can take free flyer or not
[examples] ur10_ballistic.py : sanely distinguish original model nq, nv from model with projectile's nq, nv
plotting.py : get legend first before adding other labels
ask for tighter tolerance on cartpole
quadrotor_obstacles : use the plotting util