Will Box
Will Box
I'm getting familiarized with Makie and wanting to make quick UI for observing the optimization error maps. Right now I'm plotting random data and may have encountered a bug when...
I've read (on a couple other forums) requesting this feature on at least GR. The same can be achieved in PyPlot, as many of these posts have pointed out, but...
I have a function which is difficult to bound (predicting bounds is difficult and often not easily defined in the parameter space), and some out-of-bounds values will return Inf, missing,...
Forgive me for etiquette and formatting issues, this is my first *real* github issue post. Further, if this wasn't the appropriate place to post problems like this, please let me...
I have a window that can be opened in multiple places to edit parameter values in an experiment struct. I want to set callbacks to "confirm" and "cancel" to do...
Hello, I'm unsure if this is an issue with my code, but I currently believe this is an issue regarding how ESPAlexa converts HSV/HSB to RGB values. Here is my...
When opening a file with ```Julia XLSX.openxlsx(results_path, mode="rw") do xf sheet = xf[sheet_name] # more reading functions end ``` I get ``` ERROR: AssertionError: Some internal files were not loaded...
Hey! This looks like a pretty fun idea. Is there a guide or docs anywhere for setting this up with an existing Minecraft server running on docker compose? I.e., getting...
I've been working on optimizing some values that have uncertainties associated with them in `Measurements`. I wanted to use `BlackBoxOptim` for this purpose but I'm getting some strange behavior by...
As always, when asking about library flaws / anything of that nature, I like to start by pointing out how much I appreciate the work that has gone into making...