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

Clean up optimization interface and add nlopt solver #152

Merged
merged 37 commits into from
Mar 17, 2014
Merged

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Mar 14, 2014

The previous optimization solver of DART was dependent on a commercial optimization package, SNOPT. SNOPT is well-known and well-made package but open source project, DART, should provide alternative options that use open source optimization packages.

Considerable open source optimization packages are nlopt and ipopt. Both packages are delivered by Ubuntu except for nlopt in Ubuntu 12.04. (nlopt packages, ipopt packages)

This pull request adds only nlopt solver, and ipopt solver will be added by separate pull request later.

@jslee02 jslee02 added this to the Release DART 4.0 milestone Mar 16, 2014
jslee02 added 4 commits March 17, 2014 02:57
…ransform()

Add BodyNode::fitLinearVel() and BodyNode::fitAngularVel()
When the linear velocity is being fitted, angular velocity is fixed and vice versa.
jslee02 added a commit that referenced this pull request Mar 17, 2014
Renew optimizer interface and add nlopt solver
@jslee02 jslee02 merged commit 2041aed into master Mar 17, 2014
@jslee02 jslee02 deleted the optimizer branch March 27, 2014 08:00
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.

1 participant