Miles Cranmer
Miles Cranmer
I think it would be cool if you had two levels: maybe [w, ]w moves between questions, and then ]q, [q moves between answers. If it's in a new pane,...
Tim Pope's vim-fugitive has a nice buffer pane for holding the result of :Gstatus (doesn't normalize in size-a good thing, stays small and at the bottom of the current buffer)....
One hacky way to solve this in the short term is to perform text pre-processing on the entire source code, switching, e.g., `@from "File.jl" import foo, bar` with `import File:...
Here is a bash command to generate this with `mermaid-js` - which can be rendered in GitHub markdown. This simple snippet assumes a flat file tree, and you run it...
`julia-*` gets a +1 from me as well.
I think the Julia community would be happier with that - which is a good thing (!) for making them open to an alternative package management system to `Pkg`
> My understanding has always been that `.jl` was just to distinguish julia packages on github, but nothing to do with the actual packages per se. Good point, I take...
Thanks for the posting and the offer! I need to think more about this. Since the "pick" column is so simple, I'm not sure if it makes sense to keep...
Hey, sorry for the late reply. I thought a bit more about this but I'm still not 100% sure what the best option is. I do think most of the...
Not by default - these are the available losses: https://astroautomata.com/SymbolicRegression.jl/dev/losses/. As well as any loss function that can be written as a sum over per-element losses, like `loss="myloss(x, y) =...