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

Implement Method of Multipliers in Constrained Optimization #119

Closed
sudz123 opened this issue Oct 16, 2018 · 1 comment
Closed

Implement Method of Multipliers in Constrained Optimization #119

sudz123 opened this issue Oct 16, 2018 · 1 comment

Comments

@sudz123
Copy link
Owner

sudz123 commented Oct 16, 2018

I have made a function template MultiplierConstrained in optimizer.h . For now lets keep it simple and use only the given input parameters, hard code the multi-variable optimization algorithm which is to be used and any other parameters you need to call sub-functions; Checkout K. Deb pg: 162.

@sudz123
Copy link
Owner Author

sudz123 commented Oct 20, 2018

A bug still remains which can be seen whilst running test.cpp. Referencd in #136

@sudz123 sudz123 closed this as completed Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant