breveCreatures(screensaver) as breve sim
I can't figure it out...
I copied the brevecreatures.saver walkersaver.tz to my demos folder and tried running it as a dedicated brevesim.
the program lacks the DirectedGraph.tz, so I copied DirectedGraph.tz to breve/Contents/recources/classes/
and tried again, only to get an error in line 77; object type SimsGA does not respond to method get-generation with 0 keywords... ..."unknown method error"....
This probably means it cannot find the breveCreatures.xml file? 'get' returning 0 means problems w/files no?
But I do not know where to copy the .xml file (what path)

breveCreatures(screensaver) as breve sim
The XML file isn't the source of the error. It gets created when the simulation runs the first time. If it's missing, it should just be ignored.
The specific error you're getting relates to changes in the GeneticAlgorithm class. The screensaver makes use of some changes that aren't included in breve 2.3.
The breveCreatures simulation will be included as a demo (along with the DirectedGraph class) in 2.4.
- jon
breveCreatures(screensaver) as breve sim
Thank you.
Switching out the class in breve with the one in the screensaver fixed it, now I get another error, but some further swapping files might do the trick, heehee