supervised working
This commit is contained in:
@@ -4,6 +4,9 @@ from abc import ABCMeta, abstractmethod
|
||||
|
||||
class ConditionInterface(metaclass=ABCMeta):
|
||||
|
||||
def __init__(self) -> None:
|
||||
self._problem = None
|
||||
|
||||
@abstractmethod
|
||||
def residual(self, model):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user