Refactoring code

This commit is contained in:
Your Name
2022-01-27 14:55:42 +01:00
parent fb16fc7f3a
commit fa8ffd5042
32 changed files with 417 additions and 442 deletions

View File

@@ -1,6 +1,6 @@
from mpmath import chebyt, chop, taylor
from .problem import Problem
from .problem import AbstractProblem
import torch
import torch.nn as nn
import numpy as np