Skip to content
#

The Julia Language

julia logo

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,735 public repositories matching this topic...

dash
Pluto.jl
JuMP.jl
matbesancon
matbesancon commented Nov 20, 2021

When passing a model as argument to solve a problem in-place, it would be handy to know if a model is empty or not, thus to implement MOI.is_empty for JuMP models or define a JuMP function if a different meaning must be attached.

Itt could make sense to have:
MOI.is_empty(model) <=> model is empty (some optimizer attributes can have been set)
JuMP.is_empty(model) <=> model is empty and no

Makie.jl
jonathan-laurent
jonathan-laurent commented Sep 10, 2021

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

Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman

Released February 14, 2012

Organization
JuliaLang
Website
julialang.org
Wikipedia
Wikipedia

Related Topics

language