From: Gary P. <gpa...@gm...> - 2008-11-01 15:54:31
|
Hi, Not a problem at all :) The version of cilib that you are using (0.6.11) has a small bug in it whereby it expects a data directory to be available within the CIlib root directory. Basically creating a 'data' directory will solve this error. What I mean is that you need to create the directory path '<path of cilib-0.6.11>/data' We are releasing 0.6.12 of CIlib this week, within which this bug has been corrected. I hope to have it released on Monday. Kind regards, Gary lab...@gm... wrote: > 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) > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Cilib-users mailing list > Cil...@li... > https://lists.sourceforge.net/lists/listinfo/cilib-users |