-
Right now you can fix a functional form by writing a custom objective function that splits an expression tree into subexpressions. However, this is not an elegant approach.
I think a better solutio…
-
### Feature Request
One way to prevent over-fitting when trying to find an equation for a particular trace of data is to provide multiple traces for a single equation as examples of the kind of resul…
-
Hi Miles Cranmer,
Thank you again for developing this useful tool.
I have a question to ask about a parameter setting. Is there a way for me to exclude transnational constants from the PySR lea…
-
It seems that `Pkg.PackageSpec` breaks when the default branch of a repository ~~is `main` rather than `master`~~ changes. Somewhere in the pipeline, there is a check which assumes that all packages h…
-
Right now it seems that VSCode is unable to find function definitions in submodules. For example:
`src/A.jl`
```julia
module A
f(x) = x
end
```
`src/B.jl`
```julia
module B
import ..A: f
…
-
Hi, im working on a process that uses the equation returned in the Pareto Frontier.
I was playing around with it and found the following:
Setting a tree like:
![image](https://user-images.githubu…
-
I want to determine if an expression, with arbitrary constants, is dimensionally correct. The constants essentially have "wildcard" units which one would solve for to make an expression consistent. Ho…
-
I read in the README:
> If you use Bumper.jl, please consider submitting a sample of your use-case so I can include it in the test suite.
Happy to share that I just added support for Bumper.jl i…
-
I make significant use of Julia's Distributed functionality in my [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) package. It uses asynchronous computing for a genetic a…
-
Using a random repo I have:
```
$ git-hours
total commits: 1371
$ git rev-list --count --all
690
```
Maybe it's duplicating commits that were merged from another branch?