Michael Fairley
Michael Fairley
## Summary I have an example where the labels overlap even under a large number of iterations. It should be easy to find positions that do not overlap. I'm not...
Currently, at least with RegressionGSA, if a user specifics a parameter with no variance e.g. param_range = [(10,10)] then gsa fails with an opaque error message. For RegressionGSA the error...
I also posted this here: https://discourse.julialang.org/t/reduce-memory-allocation-for-repeatedly-solving-problem-using-optim-jl/52292 Could we have a way to cache the problem structure to enable fast re-solves for the same problem with different data/parameters without allocating more...
@staticfloat INFO: Building Ipopt WARNING: The following packages do not have relocatable bottles, installation may fail! Please report these packages to https://github.com/JuliaLang/Homebrew.jl: staticfloat/juliadeps/libgfortran staticfloat/juliadeps/ipopt ==> Installing libgfortran from staticfloat/juliadeps ==>...
I am having a numerical issue with sampling from a Beta distribution when alpha or beta is less than 1. E.g. sometimes a sample will come back as exactly 1.0...
Here's a MWE ```julia using Convex using Mosek using MosekTools using SCS W = [1, 0] x = Variable() y = Variable() coeff = x * [1, 0] + y...
I'm reading many sheets from a single .xlsx file and it's taking quite some time. Is there a way to open the file once and read multiple sheets to improve...
I cannot get the linter to recognize the core module for an environment. I get a missing reference error. Am I doing something wrong or is this a bug? Here's...
**Describe the bug:** See screenshot **Steps to reproduce:** 1. `flox activate` 2. `flox` Result: Color codes show literally Expected: Output should be nicely formatted with color **Screenshots/terminal output (if relevant):**...
**Describe the feature:** Allow Nix expression builds to build and install packages locally and automatically upon `flox activate` by listing them under `[install]`. Currently, we need to build and publish...