Jonathan Baker
Jonathan Baker
You're right. I thought I corrected the documentation when "makePlan.py" was renamed "maxfield.py". I'll fix it now. Thanks!
I very unwisely had two files named "maxfield.py" in the project, but since one was tucked away in lib, I thought it wouldn't matter. I've changed one to lib/makeFields.py. Get...
Thanks! I've barely touched Python 3, but I didn't think that could be the whole problem.
I've thought about this problem, but I don't have a good algorithm solution yet. I think it will be very difficult to handle this perfectly, but it's still on my...
Key proliferation shouldn't be much of a problem anymore since you can't obtain more keys to a portal without dropping or using the old ones. The current code tries to...
I see that if you routinely collect keys from other players, lopsided harvests are likely. Do I understand correctly that you're interested in an algorithm for maximizing AP with a...
This seems like a difficult problem in general. If you have almost enough keys for maxfield, you pick a maxfield plan that only loses a few fields because of the...
I agree. I'd like to accept a start position in the input file and the agent-routing routine would know that they would start there. I'll try to get this in...
I really haven't given the copyright much thought. I think GPL fits my vision of the project's future. I should put that in the readme. Thanks for pointing out this...
Woodland park's latitude needed a 0 on the end (93.66202 \* 10^6 = 93662020). The code no longer uses E6 input, so this problem shouldn't come up anymore.