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

Unable to reproduce the test case results #4

Open
NampellyGanesh opened this issue Jun 1, 2023 · 1 comment
Open

Unable to reproduce the test case results #4

NampellyGanesh opened this issue Jun 1, 2023 · 1 comment

Comments

@NampellyGanesh
Copy link

Hello Team,

I was running the burgers code with single input but I am not the getting the same predicted equation as given in the paper. The viscosity term coefficient is coming as zero. I haven't made any changes to the GitHub code. Can you help me out in resolving it.

Thanks in advance

@isds-neu
Copy link
Owner

Hello NampellyGanesh,
Sorry, we have updated the wrong version for this Burgers case. The major problem should be at Line 425 where self.l0_penalty_0 = 5**6*err_f. This value was used during a grid search, testing the valid range of self.l0_penalty_0 (i.e. beta) in Page 26 in the supplementary materials.
New changes matching Page 26 have been committed.
Sorry for the inconvenience.

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

2 participants