Skip to content

Commit 0bb008b

Browse files
committed
Update Engineer class
1 parent 88044f3 commit 0bb008b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

enoppy/engineer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,12 @@ def __init__(self):
7272
self.epsilon = 1e-8
7373
self.w = 1e8
7474

75-
@abstractmethod
7675
def get_objs(self, x):
7776
"""
7877
Compute the values of the objective functions for a given set of input values.
7978
"""
8079
pass
8180

82-
@abstractmethod
8381
def get_cons(self, x):
8482
"""
8583
Compute the values of the constraint functions for a given set of input values.

0 commit comments

Comments
 (0)