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

optimizeフォルダの整理 #7

Open
1 of 3 tasks
Kotakku opened this issue Sep 29, 2022 · 1 comment
Open
1 of 3 tasks

optimizeフォルダの整理 #7

Kotakku opened this issue Sep 29, 2022 · 1 comment

Comments

@Kotakku
Copy link
Owner

Kotakku commented Sep 29, 2022

  • 空ファイル・実装しないクラスは消す
  • ファイルごとにインターフェースの違いが大きいのである程度共通化する
  • 制約付き非線形最適化のインターフェース統一 (SQP, バリア法、ペナルティ法、etc...)
@Kotakku
Copy link
Owner Author

Kotakku commented Sep 29, 2022

optimize/solver/xxx (active_set_method, sqp, newton_method)
optimize/interface/xxx (line_prog, quad_prog, fmincon)
optimize/utility/xxx (derivative, bfgs)
みたいにもう一段階フォルダ分けてもいいかも

@Kotakku Kotakku changed the title optimizeフォルダが魔窟なので整理する optimizeフォルダの整理 Jan 19, 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

No branches or pull requests

1 participant