Jan Kwakkel
Jan Kwakkel
I keep running into a weird SSL error when trying to install SALib. Below is a screenshot with the error. This is on a brand new windows server 2019 machine...
I am playing around with platypus and the inter temporal lake problem. I have implemented a generational version of BORG using MultiMethod and NSGA2. I however now run into severe...
OpenMole is a java package for exploring the behavior of simulation models. It contains an interesting [novelty search inspired way of exploring the model output space](https://openmole.org/PSE.html). It might be worthwhile...
In recent weeks, various people have been complaining about getting a ValueError: cannot convert float to NaN. The error is triggerd in lines [285-288 in callback.py](https://github.com/quaquel/EMAworkbench/blob/1b5175d96953ed9bf466790dc9249dae6802bcb7/ema_workbench/em_framework/callbacks.py#L285-L288). Note that until https://github.com/quaquel/EMAworkbench/commit/ba4abbbbaa68d56ea604a242bb721fcd65b39afb,...
Currently, the MultiprocessingEvaluator (and IpyparralelEvaluator) create a root tmp folder in the current working directory. Ideally, this should be user controllable
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.
Currently, the optimize method runs the optimization for a single seed. It would be convenient if it becomes possible to run the optimization for multiple seeds with a single call...