EMAworkbench
EMAworkbench copied to clipboard
workbench for performing exploratory modeling and analysis
Currently the connector tests (in [test/test_connectors/](https://github.com/quaquel/EMAworkbench/tree/master/test/test_connectors)) are [disabled](https://github.com/quaquel/EMAworkbench/blob/1b5175d96953ed9bf466790dc9249dae6802bcb7/.github/workflows/ci.yml#L40) in the CI. I think it would be useful to at least test them periodically, to see if the upstream changes don't...
Currently the docs and the tutorial don't dive very deep into the [`HyperVolume`](https://github.com/quaquel/EMAworkbench/blob/master/ema_workbench/em_framework/optimization.py#L490) input parameters when used as a convergence metric. In the examples they're (on the surface) quite arbitraily...
It seems like the [Robust Search](https://emaworkbench.readthedocs.io/en/latest/indepth_tutorial/directed-search.html#Robust-Search) part of the Directed search tutorial is ending somewhat abruptly. It ends with running the experiment, and I think expanding it with interpreting and...
Currently for a [`parcoords.ParallelAxes()`](https://emaworkbench.readthedocs.io/en/latest/ema_documentation/analysis/parcoords.html) you can change the number format, fontsize and label rotation, but not the figure size (or aspect ratio). If you have many variables this can be...
Instead of only inspecting one point, it would be neat if you can pass multiple points into the [`inspect()`](https://github.com/quaquel/EMAworkbench/blob/master/ema_workbench/analysis/prim.py#L405) function of an `analysis.prim.PrimBox`. The expected behavior could be: - [x]...
MESA example
Dear all, I am trying to connect the EMA workbench framework to my MESA model. I have followed the tutorial for python. Yet, I encounter some errors and I cannot...
Resolves #98 to allow users to plot a contour map in addition to the scatter currently offered by `PrimBox.show_pairs_scatter()`. This is currently implemented as a parameter that defaults to 'scatter'...
In the kde_over_time plotting function (and thus in the simple_kde function), the ticklabels are emptied using ax.set_xticklabels([]) ax.set_yticklabels([]) It would be nice if the years and outcome values would be...
Feature request to update the pair scatter plot function in Prim to customise the configuration of the figure.
Is EMAworkbench an update of Rhodium? Is it possible to briefly describe the difference between the two in README.md? Thanks!