-
Hola! Les dejo las gemas permitidas a lo largo del proyecto. Cualquier duda de gema pregúntenla en un comentario de esta issue. Iré actualizando la lista a medida que se agreguen nuevas gemas.
Para…
-
Hola!
Aca les dejo una lista con gemas permitidas para el desarrollo de su proyecto 😁, si quieren usar una que no esté, hagan un comentario indicando su nombre y la razón de por qué quieren usarla. …
-
In particle filtering, it is common to get an element from the static universe. This is usually accomplished by calling get(Reference) on the static universe, which creates a SingleValuedReference for…
-
I want to create a model, a distribution over "SuggestToWatchMovie" and "TellWeatherForecast". So I have two prob variables: SuggestToWatchMovie and TellWeatherForecast and I modify them based on so…
-
In ordinary probabilistic models with a fixed set of variables, this is easy to understand. But when you have different sets of variables in different branches of the program, it can be hard to unders…
-
Hi :)
We are doing our master's thesis at the IT University of Copenhagen, and we have a series of questions, that we hope there exists some useful answers for :)
We are working with a setup v…
-
Question: If we support configuring a dashtag instance by either environment variables or a yaml file, which should take prioritization? EG: if someone sets hashtag as "love" in the env, but "peace" i…
-
Using a Rails app as an example, a developer may want to load certain default values when `Rails.env.development?` and others when running the test suite and `Rails.env.test?`. Both of these cases sho…
-
We should make discrete versions of continuous elements. This can be accomplished by making a Discrete trait that we can mix into continuous elements that overrides generateValue and discretizes the v…
-
I want to install and try out your prosperent API gem. I tried “gem install prosperent” and that did not work. The error message was "ERROR: Could not find a valid gem 'prosperent' (>= 0) in any repo…