The Julia Language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 3,622 public repositories matching this topic...
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
I have created a gist with a reproducer here: https://gist.github.com/simeonschaub/7b9e3b658f39d6a448910fb5b404d34e. There shouldn't actually be a cyclic reference in that code, so I suspect it's a bug in the way Pluto does scope resolution.
-
Updated
Oct 18, 2021 - Julia
The same user as #2662 asked for ways to solve a collection of problems over a set of parameters. We don't have a good way of doing this in JuMP (we have @NLparameter, but not @parameter), but it could be scripted using the modification API (or even just rebuilding the problem).
We should write a tutorial with the different approaches. Here's their suggestion:
.
-
Updated
Oct 19, 2021 - Jupyter Notebook
-
Updated
Oct 18, 2021 - Julia
-
Updated
Oct 20, 2021 - Julia
-
Updated
Oct 14, 2021 - Julia
From here: http://makie.juliaplots.org/stable/plotting_functions/heatmap.html#MakieCore.heatmap there is really no info, e.g. how to choose colormap, how to set color range.
I found that function mod2pi is not implemented yet, but mod works. Is there any list of implemented functions? Minimal working example is:
using Zygote
# This is working
gradient(x -> mod(x, 2pi), 1.)
# This is not
gradient(x -> mod2pi(x), 1.)
-
Updated
Oct 18, 2021 - Julia
-
Updated
Oct 4, 2021 - CSS
-
Updated
Oct 20, 2021 - TypeScript
In order to profile and optimize the current inference server architecture and best tune its hyper-parameters for various applications, it would be very useful for AlphaZero.jl to have a mode where it outputs a debugging timeline in which it is possible to easily visualize when each worker submits an inference request, when it gets an answer, and when inference concretely runs on the GPU (along wi
-
Updated
Oct 12, 2021 - Julia
typo
In Exercises 10.1, the outer product in Take the outer product of a vector v with itself and assign it to variable cross_v should be cross product.
-
Updated
Aug 17, 2021 - Julia
The basics of DiscreteSystem exists now, but the little details around it need to be finished.
-
Updated
Aug 2, 2021 - Julia
-
Updated
Jul 22, 2020 - C++
-
Updated
Oct 19, 2021 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
From
julia>mode,;switches toshell>and]switches topkg>.From
pkg>mode,;switches toshell>From
shell>mode,]does not switch intopkg>It would be great to fix the last one.