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...
4개월 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
