8000 Store intermediate iterates by sandmaennchen · Pull Request #1262 · acados/acados · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Store intermediate iterates #1262

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

Merged
merged 27 commits into from
Oct 1, 2024
Merged

Conversation

sandmaennchen
Copy link
Contributor
@sandmaennchen sandmaennchen commented Sep 26, 2024
  • move max_iter to ocp_nlp_common
  • add solver option store_iterates
  • if store_iterates is true, the iterates are stored during the SQP/DDP loop and can be accessed after the solve from MATLAB/python
  • not available for real-time solvers

In addition:

  • add getter for 'nlp_iter' in MATLAB

@sandmaennchen sandmaennchen force-pushed the store_iterates branch 4 times, most recently from a23b792 to 3cc1983 Compare September 27, 2024 11:07
Copy link
Member
@FreyJo FreyJo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@FreyJo FreyJo merged commit 1a0eb94 into acados:master Oct 1, 2024
4 of 5 checks passed
@FreyJo FreyJo deleted the store_iterates branch October 1, 2024 14:50
FreyJo pushed a commit that referenced this pull request Oct 7, 2024
* move `max_iter` to `ocp_nlp_common`
* add solver option `store_iterates`
* if `store_iterates` is true, the iterates are stored during the
SQP/DDP loop and can be accessed after the solve from MATLAB/python
* not available for real-time solvers

In addition:
* add getter for `'nlp_iter'` in MATLAB
FreyJo pushed a commit that referenced this pull request Oct 7, 2024
* move `max_iter` to `ocp_nlp_common`
* add solver option `store_iterates`
* if `store_iterates` is true, the iterates are stored during the
SQP/DDP loop and can be accessed after the solve from MATLAB/python
* not available for real-time solvers

In addition:
* add getter for `'nlp_iter'` in MATLAB
FreyJo added a commit to FreyJo/acados that referenced this pull request Oct 7, 2024
FreyJo pushed a commit that referenced this pull request Oct 7, 2024
* move `max_iter` to `ocp_nlp_common`
* add solver option `store_iterates`
* if `store_iterates` is true, the iterates are stored during the
SQP/DDP loop and can be accessed after the solve from MATLAB/python
* not available for real-time solvers

In addition:
* add getter for `'nlp_iter'` in MATLAB
sandmaennchen pushed a commit that referenced this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0