Florian Oswald
Florian Oswald
bingo! 🎉 thanks for the super fast help. for reference ``` [oswald@stella01 BlackBoxOptim.jl]$ cat examples/rosenbrock_parallel.jl using Distributed # Now add 2 procs that can exec in parallel (obviously it depends...
also there are a bunch of `strftime` calls which need to be updated to `Libc.strftime`
FWIW I've been using https://github.com/astefanutti/decktape for a long time now. It's really great.
that's good news! I just looked at the quantreg package. that's *a lot* of fortran. anyway, would be interesting to see how good or bad we are doing here.
well, I used to be :-) you would just time execution of a command with `system.time( command )`. for example, from the `demo` folder in the quantreg source: ```R >...
i just submitted a pull request to Query.jl that does an R vs julia benchmark. maybe useful? https://github.com/davidanthoff/Query.jl/pull/154
or better : https://cran.r-project.org/web/packages/openxlsx/index.html because that can keep the col and row indices as is.
this is not a mistake. I have not tested the polyharmonic code yet, I grabbed it off some gist without license and author contact, hence it's just parked there for...
That's Julia 0.5 on Mac OS El Capitan. On Sat, 3 Dec 2016 at 04:20, Lanfeng Pan wrote: > Unable to reproduce in my computer. > What is your OS...
what can I say? I get 710. :-/ ```julia julia> using Yeppp julia> Yeppp.log([NaN]) 1-element Array{Float64,1}: 710.188 julia> versioninfo() Julia Version 0.5.0 Commit 3c9d753 (2016-09-19 18:14 UTC) Platform Info: System:...