1 parent 88044f3 commit 0bb008bCopy full SHA for 0bb008b
1 file changed
enoppy/engineer.py
@@ -72,14 +72,12 @@ def __init__(self):
72
self.epsilon = 1e-8
73
self.w = 1e8
74
75
- @abstractmethod
76
def get_objs(self, x):
77
"""
78
Compute the values of the objective functions for a given set of input values.
79
80
pass
81
82
83
def get_cons(self, x):
84
85
Compute the values of the constraint functions for a given set of input values.
0 commit comments