From: <lab...@gm...> - 2008-10-31 19:59:33
|
Hello, I'm just getting started, so bear with me. I'm trying to run the simulator on some of the xml files provided. Where are the data files referred to in the xml? I have the latest cilib-0.6.11. TIA, myriam [myriam@normandy cilib]$ ./simulator.sh xml/mscpso.xmlLocating the CILib jar file... ./cilib-0.6.11.jar Built classpath: ./cilib-0.6.11.jar:.:/home/myriam/cilib/cilib-0.6.11.jar Starting simulation 1 of 1. Exception in thread "main" net.sourceforge.cilib.simulator.SimulationException: java.io.FileNotFoundException: data/multistart-cooperative-pso-schwefel.txt (No such file or directory) at net.sourceforge.cilib.simulator.SynchronizedOutputBuffer.<init>(SynchronizedOutputBuffer.java:44) at net.sourceforge.cilib.simulator.MeasurementSuite.initialise(MeasurementSuite.java:58) at net.sourceforge.cilib.simulator.Simulation.<init>(Simulation.java:73) at net.sourceforge.cilib.simulator.Main.runSimulations(Main.java:61) at net.sourceforge.cilib.simulator.Main.main(Main.java:93) |