Code center > Suggestions

Snapshot 'extractor'

<< < (3/3)

Beanspoon:

--- Quote from: PurpleYouko on March 30, 2006, 08:54:52 AM ---I am still only about half way through my updated excel Snapshot decoder.
Unfortunately I keep getting pulled away from it to do other stuff.
It is actually working to a point but it doesn't yet have all the tools needed to fully analyse a DNA file.

What it can do already is to convert the messy snapshot output into DNA files that are usable directly in DB.
You simply choose the robot number from the output page and compile the DNA from it.

Most of the controls are now handled through a Visual Basic interface so it is a lot easier to work with too.

--- End quote ---

Can I get a copy of this?  All I need is to be able to get the DNA of the best veg in my evo sim, and as there are currently 500 of them it's a bit of a pain trying to find it.  Cheers!

Numsgil:
I'm not sure if it ever ended up anywhere.  I looked on the FTP but didn't see anything like that.

Botsareus:
well Findbest is used to find the best robot in the program (it is the crown icon on the toolbar), and once we implement chloroplasts you should not be able to distinguish between vegs and other robots.

However, we can do something like add how good a robot is to the snapshot and then make a program that extracts all robots based on a certain criteria. Such as:
--- Code: ---Find all robots where FounderName = test.txt and performance = max.
--- End code ---
It can work like a Database query.

Maybe we can do

--- Code: ---max
min
/
to

--- End code ---

and then we can do
--- Code: ---Find all robots where FounderName = test.txt and performance = min to max / 2
--- End code ---

this will search all robots whose performance is between the minimum value and half to the maximum value.

stuff like that, what do you think?

Navigation

[0] Message Index

[*] Previous page

Go to full version