karajan9

Results 6 comments of karajan9

Sounds good. If we are arguing a good default (of course log plots are fine in general, I just don't like them here as a part of the default) maybe...

I don't really have any knowledge of this (except what you can read on Wikipedia) or the internals of `Interpolations`, but I ported [this script](https://gist.github.com/lstagner/04a05b120e0be7de9915) (which implements polyharmonic splines and...

Thanks for coming back to me so quickly! Here is my (stripped down) Julia code: ``` using OpenAIGym env = GymEnv("CartPole-v0") function gen_data(N::Int) for i in 1:N reset!(env) for sars...

What do you think about including more general or basic tools like things for [linear fitting](https://github.com/JuliaStats/GLM.jl) or [least squares](https://github.com/JuliaNLSolvers/LsqFit.jl), [Monte Carlo](https://github.com/baggepinnen/MonteCarloMeasurements.jl), or even [root finding](https://github.com/JuliaMath/Roots.jl), integration (pick one), [interpolation](https://github.com/JuliaMath/Interpolations.jl)...? These...

> Good question. My feeling is that we should start with proper physics applications first, since this is what you expect from a JuliaPhysics organization and information about basic tools...

> Yes, Yes, Yes, Separate section for workflow like packages. I'd answer the same and I guess something like that workflow/tools list is what I had in mind.