Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
8d9fde2
1
Parent(s):
d96df3e
Remove example code
Browse files
eureqa.jl
CHANGED
@@ -5,7 +5,7 @@ mult(x::Float64, y::Float64) = x*y;
|
|
5 |
##########################
|
6 |
# # Allowed operators
|
7 |
# (Apparently using const for globals helps speed)
|
8 |
-
const binops = [plus, mult
|
9 |
const unaops = [sin, cos, exp]
|
10 |
##########################
|
11 |
|
|
|
5 |
##########################
|
6 |
# # Allowed operators
|
7 |
# (Apparently using const for globals helps speed)
|
8 |
+
const binops = [plus, mult]
|
9 |
const unaops = [sin, cos, exp]
|
10 |
##########################
|
11 |
|