Jan Kwakkel

Results 545 comments of Jan Kwakkel

Can you give me the complete error message including the stack trace, rather than just the value error? I don't have the ability to test your code myself at the...

Do you deliberately want to have '[energy] of sheep' twice in that command? I hope to be able to run this somewhere over the coming days to figure out what...

I looked in to this error today. I tested it on a mac with netlogo 6.2, and python 3.9.7 (anaconda distribution). I made one minor change (sheep to wolves as...

I tried to replicate your error on my system but I have come up short. Which predator-prey model are you using? I use the one available here on GitHub in...

you are absolutely right. One more idea: do we want to be able to show multiple boxes as well (so different coloured squares?) I fixed a bug yesterday in this...

good point, I have a fix for the first issue which I am testing at the moment. Showing multiple boxes should be a method on the prim algorithm rather than...

Finally time to work on this. Doing the multiple boxes becomes difficult with categorical data. Say, you have 3 boxes, with different categories being used as the box definition, visualising...

I had hoped to do it quickly, but other stuff keeps me busy. I know it probably is an hour of work, because the remote api of repast is quite...

if you have conda installing jpype is easy: https://jpype.readthedocs.io/en/latest/install.html For reference, I built the first prototype of pyNetLogo on the train in 2 hours without much prior jpype knowledge and...

you are using the batch functionality here. In many ways, the workbench is a replacement for this with more flexibility, so I would probably not look at doing at that...