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

continuous_time_identification (Burgers) #28

Open
omerbme opened this issue Jan 10, 2021 · 3 comments
Open

continuous_time_identification (Burgers) #28

omerbme opened this issue Jan 10, 2021 · 3 comments

Comments

@omerbme
Copy link

omerbme commented Jan 10, 2021

Why do you use exp for lambda_2
def net_f(self, x, t): lambda_1 = self.lambda_1 lambda_2 = tf.exp(self.lambda_2) u = self.net_u(x,t) u_t = tf.gradients(u, t)[0] u_x = tf.gradients(u, x)[0] u_xx = tf.gradients(u_x, x)[0] f = u_t + lambda_1*u*u_x - lambda_2*u_xx

@amiralizadeh1
Copy link

I have the same question!

@nish-ant
Copy link

It's been discussed here: #34

@Roy-fyq
Copy link

Roy-fyq commented Aug 20, 2024

make sure that lambda2 always is positive

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

4 participants