EMAworkbench
EMAworkbench copied to clipboard
workbench for performing exploratory modeling and analysis
#### Problem Description When using `plotting.lines` to visualize experiment outcomes, the range of the plot x-axis is the duration of the first model run. If model runs don't have the...
A question on the `show_pairs_scatter` feature when used with prim: in the current implementation, the pairs plot figure is drawn with the current box limits overlaid on a scatterplot of...
On the ema homepage it is stated > Future plans include support for Netlogo and Repast http://simulation.tbm.tudelft.nl/ema-workbench/contents.html While there is already some connector for Netlogo... * https://github.com/quaquel/EMAworkbench/tree/master/ema_workbench/connectors * https://github.com/quaquel/pyNetLogo *...
For generating a design of experiments, the workbench currently iterates over scenarios and policies, creating a set of runs from the itertool.product of these two collections. So if there are...
Load model configuration in a generic way from a YAML file.
q-p values are not properly defined in y is not a binary vector. It would make sense to detect whether y is binary and set prim to regression mode explicitly...
consider adding an ordinal parameter, this would be in between an IntegerParameter and a CategoricalParameter. Basically, pass an ordered collection of values.
if there are nans in the experiment array, prim creates a problem. For example, the real peel calculation using mquartiles starts to return nans.
Improve unittests and thereby test coverage in the in the em_framework, including optimize.py(), to catch bugs like #150 early. See coveralls: https://coveralls.io/github/quaquel/EMAworkbench?branch=master