EnderWiggin wrote:Nice tool. But it has some bugs with calculating cost. It shows Brilliant Honeydew + Foetid Ooze cost 27375 or 29500. Which is strange. Looks like it has something to do with order of consumption.
Plus it often includes combinations like 1st place A+B, 2nd place A+B+C. 2nd option is clearly wrong.
Well, I'm always noticing the values on the wiki aren't exactly right. I tend to fix those when I see them.
I'm not sure what the problem with cost calculation could be. I'm not even doing anything smart with the calculation. Of course, there is a difference if you use the same inspirational twice, but there shouldn't be if all of them are different. It might be that I'm not recalculating the costs after some of the operations in the *last* evolution cycle (so the organism doesn't get a Tick). I'll look into it.
And yeah, I know about the "A+B", "A+B+C" problem. But there isn't really a way to do optimal pruning of the results, and I'm always keeping the top 5 solutions - sometimes that means including the best solution with four random other (very low inspiration) inspirationals as others in the top 5

It works pretty well to just "Retry with best", it tends to find the proper removals very easily. I guess I could remove solutions that are only additions over some other solution (i.e. "obviously wrong"), so that you'd get more variety in the top 5.
EDIT:
Ah, fixed it. Seems that while cloning inspirationals, I forgot to clone the ID used to distinguish between inspirationals. Oops. I'll upload a fixed version soon.