Robert Moss

Results 11 issues of Robert Moss

When calling `definition` in a Jupyter notebook: ```julia f(x,y) = x^2 + y^2 definition(String, @which(f(Int,Int))) ``` I get the following error: `SystemError: opening file "In[52]": No such file or directory`...

enhancement
help wanted

The print chuck option is useful in the `juliaconsole` environment so we can use `print` instead of `display` (certain vectors output more compactly using `print`, especially for textbooks). I think...

Not sure if this is being discussed elsewhere, but I would be important to have `with_terminal` (or a macro version) that could print out in real-time (instead of all at...

needs Pluto.jl feature

This PR adds the automatic transmission (AT) Simulink example and the random search solver.

Say I have a module `TopLevel` that I want to `@require` a package (e.g., ProgressMeter) ```julia module TopLevel using Requires __init__() = @require ProgressMeter="92933f4c-e287-5a05-a399-4b506db050ca" println("ProgressMeter loaded!") using Main.SubModule # this...

The docs for `DecisionTreeClassifier` and `DecisionTreeRegressor` stated that the `pruning_purity_threshold` was defaulted to 0.0, but it is actually defaulted to 1.0 (i.e., no pruning). This change is purely in the...

When plotting fails for some LaTeX reason, the cleanup of the `jl_xxxxx` directories does not happen. This could be fixed with a `try` `catch` block.

Mykel and I agree this fits nicely into JuliaPOMDPs (as opposed to sisl or here). No rush, of course—we'll want to stress it and let it mature a bit before...

Fixed correct main author for "Bayesian Safety Validation for Black-Box Systems" paper

The ParticleFilters.jl package is excellent because it can also interface with the POMDPs belief updaters—I'm wondering if this is something you've intended for this package too.