-
Should be able to run multiple backtests in parallel when doing parameter optimization runs.
-
Doing
``` julia
Pkg.clone("http://github.com/dpsanders/CRlibm.jl")
Pkg.build("CRlibm")
```
correctly builds the dependency (CRlibm library) on both OS X and Linux.
However, only OS X has the correc…
-
When running the logistic regression example, the model returns but there are also some errors:
```
--------------------------------------------------------------------------
[[1031,1],0]: A high…
-
I am struggling to find a minimal test case for this problem.
The following code:
```
using Optim
function f_gd(x)
Float32((x[1] - 5.0)^2)
end
function g_gd(x, storage)
storage[1] = 2.0 * (x[1…
-
Ability to drag files in files view into folders
Important use case --- You have files in the home directory
and you decide later you want to backup on google drive,
but don't know unix commands. Th…
-
This is the code that gave me the problem:
```
probabilities = [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1]
function Hx(Ph)
return Ph == 0 || Ph == 1 ? 0 : -1 * ((Ph * log2(Ph)) + ((1-Ph) …
-
students want to show me what they are doing
too much friction right now
already google hangout screen sharing is handy for this
but requires synchrony and doesn't let me add my two cents
doesn't hav…
-
It would be really exciting to have the proxy work you've done here extracted into an API based proxy that we could use for JupyterHub or tmpnb, as it would be a common effort.
-
Dear Sir,
Thanks for your sharing for the simulations of hot carrier cooling. These days, I am trying to reproducing the figure 2 and 3 and 4, I encounter two problems.
1) when I run cells in "Pol…
-
As described in:
https://discourse.julialang.org/t/julia-cheatsheet-from-julialang-org-is-outdated/35226
The following cheatsheet is missing some broadcasting dots in the "Arithmetic and functions o…