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

Refactoring BlockNLPModels and BlockNLPAlgorithms #13

Open
sshin23 opened this issue Jun 12, 2022 · 0 comments
Open

Refactoring BlockNLPModels and BlockNLPAlgorithms #13

sshin23 opened this issue Jun 12, 2022 · 0 comments

Comments

@sshin23
Copy link
Contributor

sshin23 commented Jun 12, 2022

Currently, we have DualizedNLPBlockModel, AugmentedNLPBlockModel, and ProxAugmentedNLPBlockModel in BlockNLPModels.jl. But these data structures are needed only for implementing certain decomposition algorithms, and they are not the crucial element for structured NLP's data structure. Since BlockNLPModels aims to be a minimal data structure for structured NLPs, I suggest we move these to BlockNLPAlgorithms. Another alternative is to keep them in a separate extension package, say, BlockNLPModelsExtensions.jl. Any thoughts, @grishabh147 @frapac @AnirudhSubramanyam?

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

No branches or pull requests

1 participant