-
Notifications
You must be signed in to change notification settings - Fork 0
Experiment on Dual cone optimizer #24
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
base: stc/add-dual-cone-optimizer
Are you sure you want to change the base?
Experiment on Dual cone optimizer #24
Conversation
Exp:Code: 5a7fb90 PINN+hard_bc
DRM
Dual Cone
|
Exp: Dual cone has intermediate perforamance between PINN and DRMDual Cone
PINN
DRM
|
Idea: Gradient belief to help getting out local minima via mutual global minimaBoth PINN loss and DRM loss lead to the same solution. The major task we want is to avoid local minima. Thus, we should trust the large gradient than the small one if one of loss in local minima. Does PINN loss and DRM loss has same local mimia? We only know they have same global minima Strategy:
|
I think we can keep this as draft. Since this is duplicate with #26 but with original implementation of Dual Cone PINN paper |
No description provided.