Miles Cranmer
Miles Cranmer
Sometimes I see this issue during the step "Testing entire pipeline on workers", even without BFGS turned on. It appears this happens during Newton's method. I have only observed this...
It would be really nice if you could edit TeX on both overleaf and a showyourwork repo, and have them sync with eachother. (I think this isn't needed for figures...
It would be great to have a VS Code extension to run `showyourwork` locally in the background while working on the tex file to view the live PDF, much like...
Just posting an idea. I think it would be cool to get something working in web assembly so one could use Julia for fast simplification of expressions, without having to...
I recently introduced a state saving feature in SymbolicRegression >=0.6.19. This lets you resume from previous searches which is useful for quick tweaks of hyperparameters for long-running searches. If you...
I have no idea what this very strange issue comes from. It could be a combination of my specific torch version (tested 1.11-1.13, still occurs), specific operating system (macOS), specific...
Could compiled_modules=False be turned on automatically if the user does not have a dynamically linked libpython? As far as I can tell this doesn't present too big of a problem...
Hi, Great package. How do I convert back to a Torch Tensor or numpy ndarray with a particular dimension ordering? What I've done so far is look at ._tensor and...