add backend="jax" to sympy module
This commit is contained in:
@@ -54,5 +54,5 @@ class BaseNodeGene(BaseGene):
|
||||
"idx": int(idx),
|
||||
}
|
||||
|
||||
def sympy_func(self, state, node_dict, inputs, is_output_node=False, precision=None):
|
||||
def sympy_func(self, state, node_dict, inputs, is_output_node=False):
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user