Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
1
Sleeping
App
Files
Files
Community
515c017
PySR
/
julia
/
constants.jl
AutonLabTruth
Refactored till errors
a9184d1
almost 4 years ago
raw
Copy download link
history
blame
194 Bytes
const
maxdegree =
2
const
actualMaxsize = maxsize + maxdegree
const
len =
size
(X)[
1
]
const
nuna =
size
(unaops)[
1
]
const
nbin =
size
(binops)[
1
]
const
nops = nuna + nbin
const
nvar =
size
(X)[
2
];