We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f410475 commit ecb3574Copy full SHA for ecb3574
test/test_evaluation.jl
@@ -11,6 +11,7 @@ functions = [
11
(x1, x2, x3) -> x1 * 3.0,
12
(x1, x2, x3) -> 3.0 * x2,
13
(((x1, x2, x3) -> 3.0 * 6.0), ((x1, x2, x3) -> Node(; val=3.0) * 6.0)),
14
+
15
# deg2_l0_eval
16
(x1, x2, x3) -> x1 * sin(x2),
17
(x1, x2, x3) -> 3.0 * sin(x2),
0 commit comments