Update MultiSolverInterface (#520)
This commit is contained in:
committed by
FilippoOlivo
parent
578c5bc2f4
commit
e250e3f5f7
@@ -103,9 +103,6 @@ class CompetitivePINN(PINNInterface, MultiSolverInterface):
|
||||
loss=loss,
|
||||
)
|
||||
|
||||
# Set automatic optimization to False
|
||||
self.automatic_optimization = False
|
||||
|
||||
def forward(self, x):
|
||||
"""
|
||||
Forward pass.
|
||||
|
||||
Reference in New Issue
Block a user