Feeds
提问
Hi everyone, have a question about PINN.
Hi everyone, recently I started to work on PINN. I tried to apply Lie symmetries enhanced PINN (sPINN). For this purpose, I trie...
5 months 前 | 0 个回答 | 0
0
个回答提问
Something is wrong with the code. It must display a chaotic graph.
clc; clear; close all; % Parameters h = 0.005; t(1)=0; tfinal = 10; t = t(1):h:tfinal; N = ceil((tfinal - t(1)) / h); ...
1 year 前 | 1 个回答 | 0
