Jan Kwakkel
Jan Kwakkel
This looks pretty comprehensive and gives me a perfect basis for getting this done. I hope I can work on at the end of April, unless you need it sooner...
hope to finally work on this after the summer break. It is quite high on my nice to have list. Problem is that I am not a repast user myself,...
what OS are you using? It sounds like you are using windows. It might be that the class has to do with whatever JVM is being used by jpype needs...
I'll have to dive into jpype to see if this is possible. Also, I will check how the RNetlogo package deals with this. If possible, I prefer to maintain feature...
Interesting idea. Basically, instead of trying to convert everything within Java as I currently do (see [here](https://github.com/quaquel/pyNetLogo/blob/master/pyNetLogo/java/NetLogoLinkV61/NLResult.java) line 100). You could pass everything straight to python and deal with it...
It would also be good to add the updated tests to this PR. In my view, the check on the correct number of epsilons actually belongs in the platypus-opt rather...
I prefer the additional tests here after which this can be merged. The broader discussion on scope can move somewhere else.
How do we want to handle this? We can merge this into master and create a separate issue for adding more unit tests for optimization.py. Alternatively, I can close this...
I would prefer `kind` to be a keyword argument, and perhaps relabel it to `style` analogous to PrimBox.inspect. note also how **kwargs is used there to collect any additional keyword...
The problem is a bit more involved than just the lines plotting function. A central assumption throughout the workbench is that all experiments are equal in length (see e.g. how...