Jan Kwakkel

Results 545 comments of Jan Kwakkel

are you generating your results using the workbench?

the reason I am asking is that I would expect an error message somewhere during the experimentation if the length of the result is different from the first one. In...

so this padding happens within the workbench?

That makes sense. If you want to use the stopping condition, you probably have to implement a variant of the NetLogoModel class which either implements the stopping condition on the...

which raises the issue that is very high on my wish list: proper handling of time series data. Basically, have the possibility of storing results with a meaningful index (rather...

primarily cleaner but also might enable additional functionality down the line

I am indeed thinking of using pandas for this. Basically, time series outcomes should become a series with a meaningful index. Probably requires a keyword argument on TimeSeriesOutcome to specify...

The problem is that your reporter returns more then one value, while the current code assumes that a reporter returns only a single value.

that is actually a good question that warrants some investigation. My hunch is that it has to do with how jpype (the python library that bridges to java) automatically converts...

can you test what happens if you do ``` df = netlogo.repeat_report(['[xcor] of turtles', '[ycor] of turtles' ],100) ```