Rhodium icon indicating copy to clipboard operation
Rhodium copied to clipboard

Python Library for Robust Decision Making and Exploratory Modelling

Results 16 Rhodium issues
Sort by recently updated
recently updated
newest added

1. Force recarray field names to `str` since numpy can't handle unicode. 2. Guard against "real" division producing a float array index.

Hello, installed PRIM, Platypus & Rhodium w/o issues. However, some examples require [images2gif](https://anaconda.org/pingucarsti/images2gif) Tried to install with conda (win) but it triggers: 'PackagesNotFoundError: The following packages are not available ...'...

I'm trying to understand whether this can work with Borg, or even parallel Borg?

@dhadka: I've been using `fixed_parameters` to pass in Model parameters that are constant (but may change between experiments). For instance, ``` model.fixed_parameters.update({ "constant_param1": 2045, "constant_param2": 20 }) ``` However, I...

Checks if levers are defined before attempting (possibly lengthy) optimization.

Hello, I am running python v 3.11, Rhodium v 1.2.0, and platypus v 1.1.0. I have installed platypus with platypus-opt. In the Rhodium Lake problem example using Borg, the line...