You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(1) |
Mar
(6) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
(3) |
Dec
(2) |
2007 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(13) |
Jun
(3) |
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
(15) |
Dec
(7) |
2009 |
Jan
(12) |
Feb
(5) |
Mar
(2) |
Apr
(4) |
May
(10) |
Jun
(6) |
Jul
(2) |
Aug
(6) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
From: Gary P. <gpa...@gm...> - 2008-12-23 12:56:43
|
Continuing this discussion on the developer list. Gary Pampara wrote: > Hi, > > I'll have a look at this. > > Regards, > Gary > > lab...@gm... wrote: >> registry.setDomainString("[R(-5.0, 5.0)^10]^10"); >> yeah, that does not work too well. I get the following error: >> >> Exception in thread "main" java.lang.UnsupportedOperationException: >> Attempted to perform a numeric operation on non-numeric type >> at >> net.sourceforge.cilib.type.types.container.Vector.getNumeric(Vector.java:414) >> at >> net.sourceforge.cilib.type.types.container.Vector.getReal(Vector.java:466) >> at >> net.sourceforge.cilib.pso.velocityupdatestrategies.StandardVelocityUpdate.updateVelocity(StandardVelocityUpdate.java:89) >> at >> net.sourceforge.cilib.pso.particle.StandardParticle.updateVelocity(StandardParticle.java:186) >> at >> net.sourceforge.cilib.pso.iterationstrategies.SynchronousIterationStrategy.performIteration(SynchronousIterationStrategy.java:69) >> at >> net.sourceforge.cilib.pso.iterationstrategies.SynchronousIterationStrategy.performIteration(SynchronousIterationStrategy.java:36) >> at net.sourceforge.cilib.pso.PSO.algorithmIteration(PSO.java:125) >> at >> net.sourceforge.cilib.algorithm.Algorithm.performIteration(Algorithm.java:140) >> at net.sourceforge.cilib.algorithm.Algorithm.run(Algorithm.java:182) >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Cilib-users mailing list >> Cil...@li... >> https://lists.sourceforge.net/lists/listinfo/cilib-users > > ------------------------------------------------------------------------------ > _______________________________________________ > Cilib-users mailing list > Cil...@li... > https://lists.sourceforge.net/lists/listinfo/cilib-users |
From: Gary P. <gpa...@gm...> - 2008-12-23 10:34:34
|
Hi, I'll have a look at this. Regards, Gary lab...@gm... wrote: > registry.setDomainString("[R(-5.0, 5.0)^10]^10"); > yeah, that does not work too well. I get the following error: > > Exception in thread "main" java.lang.UnsupportedOperationException: > Attempted to perform a numeric operation on non-numeric type > at > net.sourceforge.cilib.type.types.container.Vector.getNumeric(Vector.java:414) > at > net.sourceforge.cilib.type.types.container.Vector.getReal(Vector.java:466) > at > net.sourceforge.cilib.pso.velocityupdatestrategies.StandardVelocityUpdate.updateVelocity(StandardVelocityUpdate.java:89) > at > net.sourceforge.cilib.pso.particle.StandardParticle.updateVelocity(StandardParticle.java:186) > at > net.sourceforge.cilib.pso.iterationstrategies.SynchronousIterationStrategy.performIteration(SynchronousIterationStrategy.java:69) > at > net.sourceforge.cilib.pso.iterationstrategies.SynchronousIterationStrategy.performIteration(SynchronousIterationStrategy.java:36) > at net.sourceforge.cilib.pso.PSO.algorithmIteration(PSO.java:125) > at > net.sourceforge.cilib.algorithm.Algorithm.performIteration(Algorithm.java:140) > at net.sourceforge.cilib.algorithm.Algorithm.run(Algorithm.java:182) > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Cilib-users mailing list > Cil...@li... > https://lists.sourceforge.net/lists/listinfo/cilib-users |
From: <lab...@gm...> - 2008-12-22 22:42:36
|
registry.setDomainString("[R(-5.0, 5.0)^10]^10"); yeah, that does not work too well. I get the following error: Exception in thread "main" java.lang.UnsupportedOperationException: Attempted to perform a numeric operation on non-numeric type at net.sourceforge.cilib.type.types.container.Vector.getNumeric(Vector.java:414) at net.sourceforge.cilib.type.types.container.Vector.getReal(Vector.java:466) at net.sourceforge.cilib.pso.velocityupdatestrategies.StandardVelocityUpdate.updateVelocity(StandardVelocityUpdate.java:89) at net.sourceforge.cilib.pso.particle.StandardParticle.updateVelocity(StandardParticle.java:186) at net.sourceforge.cilib.pso.iterationstrategies.SynchronousIterationStrategy.performIteration(SynchronousIterationStrategy.java:69) at net.sourceforge.cilib.pso.iterationstrategies.SynchronousIterationStrategy.performIteration(SynchronousIterationStrategy.java:36) at net.sourceforge.cilib.pso.PSO.algorithmIteration(PSO.java:125) at net.sourceforge.cilib.algorithm.Algorithm.performIteration(Algorithm.java:140) at net.sourceforge.cilib.algorithm.Algorithm.run(Algorithm.java:182) |
From: Gary P. <gpa...@gm...> - 2008-12-15 10:01:08
|
Hi, There is matrix functionality for the domain strings. You simply use: [R(-10.0,10.0)^4]^3 to cerate a 4x3 matrix of real numbers initialised randomly in the range -10.0 to 10.0. I haven't used it in a while, please let us know if there are any problems so we can fix it asap. Kind regards, Gary lab...@gm... wrote: > Is there a way to have a matrix representation instead of, say, a vector > when setting up a problem. I see the Matrix container, but I can't > figure out how to use it in getDomain() to build the representation. > > TIA, > > myriam > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Cilib-users mailing list > Cil...@li... > https://lists.sourceforge.net/lists/listinfo/cilib-users |
From: <lab...@gm...> - 2008-12-12 21:54:36
|
Is there a way to have a matrix representation instead of, say, a vector when setting up a problem. I see the Matrix container, but I can't figure out how to use it in getDomain() to build the representation. TIA, myriam |
From: Gary P. <gpa...@gm...> - 2008-12-05 19:15:02
|
Hi, The BinaryPSO is nothing more than a normal PSO which has it's position update equation changed and has been defined to use the binary problem space. For example, an extract of a BinaryPSO xml file would be something like: <algorithms> <algorithm id="binaryPSO" class="pso.PSO"> <initialisationStrategy class="algorithm.initialisation.ClonedPopulationInitialisationStrategy"> <entityType class="pso.particle.StandardParticle"> <positionUpdateStrategy class="pso.positionupdatestrategies.BinaryPositionUpdateStrategy"> <sigmoid class="functions.activation.Sigmoid"/> </positionUpdateStrategy> </entityType> <entityNumber>30</entityNumber> </initialisationStrategy> <topology class="entity.topologies.VonNeumannTopology" /> <addStoppingCondition class="stoppingcondition.MaximumIterations" maximumIterations="10000" /> </algorithm> </algorithms> <problems> <problem id="spherical" class="problem.FunctionMinimisationProblem"> <function class="functions.discrete.BinaryAdapter" domain="B^20" bitsPerDimension="10" precision="2"> <function class="functions.continuous.Spherical" domain="R(-5.12,5.12)^2"/> </function> </problem> </problems> Hope this helps, Gary lab...@gm... wrote: > where is the binary PSO in cilib 0.6.12? I must be blind, I can't see it. > > TIA > myriam > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Cilib-users mailing list > Cil...@li... > https://lists.sourceforge.net/lists/listinfo/cilib-users |
From: <lab...@gm...> - 2008-12-05 19:09:25
|
where is the binary PSO in cilib 0.6.12? I must be blind, I can't see it. TIA myriam |
From: Gary P. <gpa...@gm...> - 2008-11-17 05:52:27
|
Hi, I'm glad you're finding your feet :) As for the xsd: W3C defines that an XSD dictates: * defines elements that can appear in a document * defines attributes that can appear in a document * defines which elements are child elements * defines the order of child elements * defines the number of child elements * defines whether an element is empty or can include text * defines data types for elements and attributes * defines default and fixed values for elements and attributes With that in mind, CIlib has been designed as a library of algorithms, with each algorithm (including it's component parts) implemented as JavaBeans. This implies that for each member in each class, there should be an associated getter / setter method if that property is to be exposed. The XML files of CIlib use "the code itself" as the XML specifications. This means that a predefined XSD is simply *not* possible. Let me demonstrate, in the following XML snippet: <algorithm class="pso.PSO" > <topology class="entity.topologies.LBestTopology"> <neighbourhoodSize class="controlparameters.ConstantControlParameter" parameter="3" /> </topology> </algorithm> Dictates that the current algorithm will be an instance of the net.sourceforge.cilib.pso.PSO class (note that the net.sourceforge.cilib is automatically prepended to make your life a little simpler). This class in turn has a property on it called "topology" which we want to be an LBestTopology. The LBestTopology in turn has a property on it called 'neighbourhoodSize' which we set to a value of 3. The above XML can also be written as: <algorithm class="pso.PSO" > <topology class="entity.topologies.LBestTopology"> <neighbourhoodSize class="controlparameters.ConstantControlParameter"> <parameter value="3" /> </neighbourhoodSize> </topology> </algorithm> As a result the properties can be set either as sub elements or as attributes, with the exception of objects that need to be instantiated. I hope this clears it up :) Regards, Gary lab...@gm... wrote: > Thanks. I'm planning on using it for an upcoming project, so I'll have > lots of questions. > I'm starting to get the hang of it and I'm using it by writing code for > it but if I might want to specify some parameters through an xml file in > the future. Where is the cilib.xsd? > > > On Nov 13, 2008 2:24am, Gary Pampara <gpa...@gm...> wrote: >> Hi all, >> >> >> >> We have released version 0.6.12 of CIlib. >> >> >> >> New features include many bug fixes and the inclusion of the Artificial >> >> Bee Colony algorithm. >> >> >> >> For more information, please consult the change log available on the >> >> CIlib website under the Project Information tab. >> >> >> >> Regards, >> >> Gary >> >> >> >> ------------------------------------------------------------------------- >> >> 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 >> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 |
From: <lab...@gm...> - 2008-11-13 16:38:36
|
Thanks. I'm planning on using it for an upcoming project, so I'll have lots of questions. I'm starting to get the hang of it and I'm using it by writing code for it but if I might want to specify some parameters through an xml file in the future. Where is the cilib.xsd? On Nov 13, 2008 2:24am, Gary Pampara <gpa...@gm...> wrote: > Hi all, > > > > We have released version 0.6.12 of CIlib. > > > > New features include many bug fixes and the inclusion of the Artificial > > Bee Colony algorithm. > > > > For more information, please consult the change log available on the > > CIlib website under the Project Information tab. > > > > Regards, > > Gary > > > > ------------------------------------------------------------------------- > > 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 > |
From: Gary P. <gpa...@gm...> - 2008-11-13 07:24:21
|
Hi all, We have released version 0.6.12 of CIlib. New features include many bug fixes and the inclusion of the Artificial Bee Colony algorithm. For more information, please consult the change log available on the CIlib website under the Project Information tab. Regards, Gary |
From: Gary P. <gpa...@gm...> - 2008-11-12 15:41:39
|
Ah, ok :) Well, all PopulationBasedAlgorithms (like the PSO) are initialized with a PopulationInitialisationStrategy. I would suggest extending this class and then implement the initialise() method to achieve the desired effect. I unfortunately am not near my development machine, but from memory the implementation should look similar to: public void initialise(Topology<? extends Entity> topology, OptimisationProblem problem) { if (problem == null) throw new InitialisationException("No problem specified!"); for (int i = 0; i < getEntityNumber(); i++) { Entity particle = new StandardParicle(); particle.initialise(problem); // Do the needed modifications to the particle position // _and_ to it's personal best. The fitness value will be calculated // during algorithm iteration. // Add the particle to the topology topology.add(particle); } } You will need to add the required code to initialize the particle positions to near that point you mentioned. The XML file defining the PSO then (if you are using the XML file) needs to include something like: <initialistaionStrategy class="algorithm.initialistaion.YourNewClass" /> in the Algorithm definition. Regards, Gary lab...@gm... wrote: > Sorry, I forgot to mention I want to use the PSO algorithm and > initialize the swarm myself around some solution. I was looking at > DataSetBuilder but I am not sure what its purpose is. > If there was an example, that would be great. Thanks, > > > On Nov 12, 2008 10:16am, Gary Pampara <gpa...@gm...> wrote: > > Hi, > > > > > > > > I'm not exactly sure what you mean by initialize a set of solutions. > > > > > > > > CIlib is divided into 3 main parts: (1) Algorithm, (2) Problem and > (3) measurements. The other frameworks are not import > > > > > > > > The Algorithm is responsible for initialization and solution > refinement, whereas the Problem itself does nothing more than provide > the needed information about what the algorithm should be optimizing. > Naturally the measurements are performed on the algorithm. > > > > > > > > Could you perhaps explain what algorithm you wish to use to solve > this route planning problem? > > > > > > > > As for the problem itself, you may need to implement a problem and > extend either the OptimisationProblem interface or inherit directly from > the OptimisationProblemAdapter class. The Problem defines the domain in > which the algorithm will operate. > > > > > > > > Based on your code snippet, your problem will have a domain > associated with it (the problem search space) which is > "dimensions"-dimensional, which is pre-populated with Real instances > with bounds of (0, 6.28). This is mostly correct. During algorithm > initialization the domain information of the problem will be used and, > in the case of PopulationBasedAlgorithms, the entities will be > initialized in that range. The data structure defined in the domain is > not the data structure that is eventually used, it is merely the > prototype that gets copied. > > > > > > > > I hope this helps. Please let me know which algorithm etc so that I > might be able to steer you in the right direction to get a solution :) > > > > > > > > Regards, > > > > Gary > > > > > > > > lab...@gm... wrote: > > > > > > Hello, > > > > > > > > What is the best way to initialize a problem with a set of solutions? > > > > It's a route planning problem to optimize the waypoints. I > implemented my problem using the OptimizationProblem interface and the I > have set the domain as such (see below) but I want to initialize the > swarm to a set of solutions. Any hints and ideas? Code will be wonderful > too. TIA > > > > > > > > public DomainRegistry getDomain() { > > > > DomainRegistry registry = new DomainRegistry(); > > > > registry.setBuiltRepresenation(new > net.sourceforge.cilib.type.types.container.Vector(dimensions, new Real > (0, 6.28))); > > > > return registry; > > > > } > > > > > > > > Sorry, I'm working against a deadline. > > > > myriam > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > ------------------------------------------------------------------------- > > > > 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 > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 |
From: <lab...@gm...> - 2008-11-12 15:21:47
|
Sorry, I forgot to mention I want to use the PSO algorithm and initialize the swarm myself around some solution. I was looking at DataSetBuilder but I am not sure what its purpose is. If there was an example, that would be great. Thanks, On Nov 12, 2008 10:16am, Gary Pampara <gpa...@gm...> wrote: > Hi, > > > > I'm not exactly sure what you mean by initialize a set of solutions. > > > > CIlib is divided into 3 main parts: (1) Algorithm, (2) Problem and (3) measurements. The other frameworks are not import > > > > The Algorithm is responsible for initialization and solution refinement, whereas the Problem itself does nothing more than provide the needed information about what the algorithm should be optimizing. Naturally the measurements are performed on the algorithm. > > > > Could you perhaps explain what algorithm you wish to use to solve this route planning problem? > > > > As for the problem itself, you may need to implement a problem and extend either the OptimisationProblem interface or inherit directly from the OptimisationProblemAdapter class. The Problem defines the domain in which the algorithm will operate. > > > > Based on your code snippet, your problem will have a domain associated with it (the problem search space) which is "dimensions"-dimensional, which is pre-populated with Real instances with bounds of (0, 6.28). This is mostly correct. During algorithm initialization the domain information of the problem will be used and, in the case of PopulationBasedAlgorithms, the entities will be initialized in that range. The data structure defined in the domain is not the data structure that is eventually used, it is merely the prototype that gets copied. > > > > I hope this helps. Please let me know which algorithm etc so that I might be able to steer you in the right direction to get a solution :) > > > > Regards, > > Gary > > > > lab...@gm... wrote: > > > Hello, > > > > What is the best way to initialize a problem with a set of solutions? > > It's a route planning problem to optimize the waypoints. I implemented my problem using the OptimizationProblem interface and the I have set the domain as such (see below) but I want to initialize the swarm to a set of solutions. Any hints and ideas? Code will be wonderful too. TIA > > > > public DomainRegistry getDomain() { > > DomainRegistry registry = new DomainRegistry(); > > registry.setBuiltRepresenation(new net.sourceforge.cilib.type.types.container.Vector(dimensions, new Real (0, 6.28))); > > return registry; > > } > > > > Sorry, I'm working against a deadline. > > myriam > > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------- > > 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 > > |
From: Gary P. <gpa...@gm...> - 2008-11-12 15:17:02
|
Hi, I'm not exactly sure what you mean by initialize a set of solutions. CIlib is divided into 3 main parts: (1) Algorithm, (2) Problem and (3) measurements. The other frameworks are not import The Algorithm is responsible for initialization and solution refinement, whereas the Problem itself does nothing more than provide the needed information about what the algorithm should be optimizing. Naturally the measurements are performed on the algorithm. Could you perhaps explain what algorithm you wish to use to solve this route planning problem? As for the problem itself, you may need to implement a problem and extend either the OptimisationProblem interface or inherit directly from the OptimisationProblemAdapter class. The Problem defines the domain in which the algorithm will operate. Based on your code snippet, your problem will have a domain associated with it (the problem search space) which is "dimensions"-dimensional, which is pre-populated with Real instances with bounds of (0, 6.28). This is mostly correct. During algorithm initialization the domain information of the problem will be used and, in the case of PopulationBasedAlgorithms, the entities will be initialized in that range. The data structure defined in the domain is not the data structure that is eventually used, it is merely the prototype that gets copied. I hope this helps. Please let me know which algorithm etc so that I might be able to steer you in the right direction to get a solution :) Regards, Gary lab...@gm... wrote: > Hello, > > What is the best way to initialize a problem with a set of solutions? > It's a route planning problem to optimize the waypoints. I implemented > my problem using the OptimizationProblem interface and the I have set > the domain as such (see below) but I want to initialize the swarm to a > set of solutions. Any hints and ideas? Code will be wonderful too. TIA > > public DomainRegistry getDomain() { > DomainRegistry registry = new DomainRegistry(); > registry.setBuiltRepresenation(new > net.sourceforge.cilib.type.types.container.Vector(dimensions, new Real > (0, 6.28))); > return registry; > } > > Sorry, I'm working against a deadline. > myriam > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 |
From: <lab...@gm...> - 2008-11-12 14:49:02
|
Hello, What is the best way to initialize a problem with a set of solutions? It's a route planning problem to optimize the waypoints. I implemented my problem using the OptimizationProblem interface and the I have set the domain as such (see below) but I want to initialize the swarm to a set of solutions. Any hints and ideas? Code will be wonderful too. TIA public DomainRegistry getDomain() { DomainRegistry registry = new DomainRegistry(); registry.setBuiltRepresenation(new net.sourceforge.cilib.type.types.container.Vector(dimensions, new Real (0, 6.28))); return registry; } Sorry, I'm working against a deadline. myriam |
From: Gary P. <gpa...@gm...> - 2008-11-07 11:28:25
|
Hi, Sorry for the news, but as the subject says we have had to delay the release of CIlib 0.6.12. Currently there is an issue with the script for windows which we need to resolve before the release is performed. I apologize in advance for those of you looking forward to the release. I will try to get this issue resolved over the weekend. Regards. |
From: Gary P. <gpa...@gm...> - 2008-11-04 05:15:54
|
Sure thing. I'll make another download available on Sourceforge for the javadocs. Regards, Gary lab...@gm... wrote: > Thanks, I look forward to the new version. If you could also make > available the javadocs that would be super. I got errors generating the > javadocs from 0.6.11. > > On Nov 3, 2008 12:13pm, Gary Pampara <gpa...@gm...> wrote: >> Hi, >> >> >> >> This is unfortunately a problem within the XML file description. We > have fixed most of these errors in the next release as well as removing > a lot of the old XML specifications that provide no benefit. I apologize > in advance about that. With CIlib developing so fast, we missed updating > the XML files. >> >> >> >> To correct this error, please edit the clustering-gbest-pso.xml file > and alter the line containing the stopping condition to contain > "maximumIterations=" and not "iterations=" >> >> >> >> Regards, >> >> Gary. >> >> >> >> PS: We have in the meantime updated the website today. The release is > still scheduled for Wednesday. >> >> >> >> >> >> >> >> lab...@gm... wrote: >> >> >> Okay, thanks. Creating the data directory did the trick. But I get > another error: >> >> >> >> ./simulator.sh xml/clustering-gbest-pso.xml >> >> Locating the CILib jar file... ./cilib-0.6.11.jar >> >> Built classpath: > ./cilib-0.6.11.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/sax.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/xercesImpl.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/dom.jar:/home/myriam/jwsdp/jaxp/lib/jaxp-api.jar:/home/myriam/apache/log4j-1.2.15.jar:.:/home/myriam/cilib/cilib-0.6.11.jar >> >> Starting simulation 1 of 8. >> >> Exception in thread "main" net.sourceforge.cilib.xml.FactoryException: > In : net.sourceforge.cilib.stoppingcondition.MaximumIterations does not > expose a setIterations(java.lang.Integer) method >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.error(XMLObjectFactory.java:406) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.invokeMethod(XMLObjectFactory.java:390) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.invokeSetMethod(XMLObjectFactory.java:334) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:235) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:244) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:225) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) >> >> at > net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:118) >> >> at > net.sourceforge.cilib.xml.XMLAlgorithmFactory.newAlgorithm(XMLAlgorithmFactory.java:61) >> >> at net.sourceforge.cilib.simulator.Simulation.(Simulation.java:81) >> >> at net.sourceforge.cilib.simulator.Main.runSimulations(Main.java:61) >> >> at net.sourceforge.cilib.simulator.Main.main(Main.java:93) >> >> >> >> On Nov 2, 2008 1:30am, Gary Pampara gpa...@gm...> wrote: >> >> > Hi, >> >> > >> >> > >> >> > >> >> > Yes, they are all documented. A complete list of changes (including > the ones partially complete) are available at > http://cilib.sourceforge.net/changes-report.html >> >> > >> >> > >> >> > >> >> > Any code that has been modified that influences an API change will > be deprecated before being removed. A large push for more documentation > has been made in this upcoming release, granted it's not perfect but > it's at least a step into the right direction. >> >> > >> >> > >> >> > >> >> > We will be updating the website with what the next few release > milestones will all include. I've not finalized the list yet, but I hope > to do so soon. >> >> > >> >> > >> >> > >> >> > Regards, >> >> > >> >> > Gary >> >> > >> >> > >> >> > >> >> > David wrote: >> >> > >> >> > >> >> > Hi, >> >> > >> >> > For those who are actively using cilib will the incremental changes > between >> >> > >> >> > 0.6.11 and 0.6.12 be documented? I'd like to be able to quickly > find and >> >> > >> >> > study any mods before applying them. >> >> > >> >> > >> >> > >> >> > Regards, >> >> > >> >> > David Rooke >> >> > >> >> > -----Original Message----- >> >> > >> >> > From: Gary Pampara [mailto:gpa...@gm...] Sent: Saturday, > November 01, 2008 3:54 PM >> >> > >> >> > To: lab...@gm... >> >> > >> >> > Cc: cil...@li... >> >> > >> >> > Subject: Re: [Cilib-users] datasets >> >> > >> >> > >> >> > >> >> > 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 '/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>(Synchronized >> >> > >> >> > OutputBuffer.java:44) >> >> > >> >> > >> >> > at >> >> > >> >> > >> >> > > net.sourceforge.cilib.simulator.MeasurementSuite.initialise(MeasurementSuite >> >> > >> >> > .java:58) >> >> > >> >> > >> >> > at net.sourceforge.cilib.simulator.Simulation.(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 >> >> > >> >> > >> >> > >> >> > >> >> > > ------------------------------------------------------------------------- >> >> > >> >> > 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 >> >> > >> >> > >> >> > >> >> > >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> >> ------------------------------------------------------------------------- >> >> 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 >> >> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 |
From: <lab...@gm...> - 2008-11-03 19:32:24
|
Thanks, I look forward to the new version. If you could also make available the javadocs that would be super. I got errors generating the javadocs from 0.6.11. On Nov 3, 2008 12:13pm, Gary Pampara <gpa...@gm...> wrote: > Hi, > > > > This is unfortunately a problem within the XML file description. We have fixed most of these errors in the next release as well as removing a lot of the old XML specifications that provide no benefit. I apologize in advance about that. With CIlib developing so fast, we missed updating the XML files. > > > > To correct this error, please edit the clustering-gbest-pso.xml file and alter the line containing the stopping condition to contain "maximumIterations=" and not "iterations=" > > > > Regards, > > Gary. > > > > PS: We have in the meantime updated the website today. The release is still scheduled for Wednesday. > > > > > > > > lab...@gm... wrote: > > > Okay, thanks. Creating the data directory did the trick. But I get another error: > > > > ./simulator.sh xml/clustering-gbest-pso.xml > > Locating the CILib jar file... ./cilib-0.6.11.jar > > Built classpath: ./cilib-0.6.11.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/sax.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/xercesImpl.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/dom.jar:/home/myriam/jwsdp/jaxp/lib/jaxp-api.jar:/home/myriam/apache/log4j-1.2.15.jar:.:/home/myriam/cilib/cilib-0.6.11.jar > > Starting simulation 1 of 8. > > Exception in thread "main" net.sourceforge.cilib.xml.FactoryException: In : net.sourceforge.cilib.stoppingcondition.MaximumIterations does not expose a setIterations(java.lang.Integer) method > > at net.sourceforge.cilib.xml.XMLObjectFactory.error(XMLObjectFactory.java:406) > > at net.sourceforge.cilib.xml.XMLObjectFactory.invokeMethod(XMLObjectFactory.java:390) > > at net.sourceforge.cilib.xml.XMLObjectFactory.invokeSetMethod(XMLObjectFactory.java:334) > > at net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:235) > > at net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) > > at net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:244) > > at net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:225) > > at net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) > > at net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:118) > > at net.sourceforge.cilib.xml.XMLAlgorithmFactory.newAlgorithm(XMLAlgorithmFactory.java:61) > > at net.sourceforge.cilib.simulator.Simulation.(Simulation.java:81) > > at net.sourceforge.cilib.simulator.Main.runSimulations(Main.java:61) > > at net.sourceforge.cilib.simulator.Main.main(Main.java:93) > > > > On Nov 2, 2008 1:30am, Gary Pampara gpa...@gm...> wrote: > > > Hi, > > > > > > > > > > > > Yes, they are all documented. A complete list of changes (including the ones partially complete) are available at http://cilib.sourceforge.net/changes-report.html > > > > > > > > > > > > Any code that has been modified that influences an API change will be deprecated before being removed. A large push for more documentation has been made in this upcoming release, granted it's not perfect but it's at least a step into the right direction. > > > > > > > > > > > > We will be updating the website with what the next few release milestones will all include. I've not finalized the list yet, but I hope to do so soon. > > > > > > > > > > > > Regards, > > > > > > Gary > > > > > > > > > > > > David wrote: > > > > > > > > > Hi, > > > > > > For those who are actively using cilib will the incremental changes between > > > > > > 0.6.11 and 0.6.12 be documented? I'd like to be able to quickly find and > > > > > > study any mods before applying them. > > > > > > > > > > > > Regards, > > > > > > David Rooke > > > > > > -----Original Message----- > > > > > > From: Gary Pampara [mailto:gpa...@gm...] Sent: Saturday, November 01, 2008 3:54 PM > > > > > > To: lab...@gm... > > > > > > Cc: cil...@li... > > > > > > Subject: Re: [Cilib-users] datasets > > > > > > > > > > > > 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 '/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>(Synchronized > > > > > > OutputBuffer.java:44) > > > > > > > > > at > > > > > > > > > net.sourceforge.cilib.simulator.MeasurementSuite.initialise(MeasurementSuite > > > > > > .java:58) > > > > > > > > > at net.sourceforge.cilib.simulator.Simulation.(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 > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > 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 > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------- > > 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 > > |
From: Gary P. <gpa...@gm...> - 2008-11-03 19:27:18
|
Hi, This is unfortunately a problem within the XML file description. We have fixed most of these errors in the next release as well as removing a lot of the old XML specifications that provide no benefit. I apologize in advance about that. With CIlib developing so fast, we missed updating the XML files. To correct this error, please edit the clustering-gbest-pso.xml file and alter the line containing the stopping condition to contain "maximumIterations=" and not "iterations=" Regards, Gary. PS: We have in the meantime updated the website today. The release is still scheduled for Wednesday. lab...@gm... wrote: > Okay, thanks. Creating the data directory did the trick. But I get > another error: > > ./simulator.sh xml/clustering-gbest-pso.xml > Locating the CILib jar file... ./cilib-0.6.11.jar > Built classpath: > ./cilib-0.6.11.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/sax.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/xercesImpl.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/dom.jar:/home/myriam/jwsdp/jaxp/lib/jaxp-api.jar:/home/myriam/apache/log4j-1.2.15.jar:.:/home/myriam/cilib/cilib-0.6.11.jar > Starting simulation 1 of 8. > Exception in thread "main" net.sourceforge.cilib.xml.FactoryException: > In <addStoppingCondition> : > net.sourceforge.cilib.stoppingcondition.MaximumIterations does not > expose a setIterations(java.lang.Integer) method > at > net.sourceforge.cilib.xml.XMLObjectFactory.error(XMLObjectFactory.java:406) > at > net.sourceforge.cilib.xml.XMLObjectFactory.invokeMethod(XMLObjectFactory.java:390) > at > net.sourceforge.cilib.xml.XMLObjectFactory.invokeSetMethod(XMLObjectFactory.java:334) > at > net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:235) > at > net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) > at > net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:244) > at > net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:225) > at > net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) > at > net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:118) > at > net.sourceforge.cilib.xml.XMLAlgorithmFactory.newAlgorithm(XMLAlgorithmFactory.java:61) > at net.sourceforge.cilib.simulator.Simulation.<init>(Simulation.java:81) > at net.sourceforge.cilib.simulator.Main.runSimulations(Main.java:61) > at net.sourceforge.cilib.simulator.Main.main(Main.java:93) > > On Nov 2, 2008 1:30am, Gary Pampara <gpa...@gm...> wrote: > > Hi, > > > > > > > > Yes, they are all documented. A complete list of changes (including > the ones partially complete) are available at > http://cilib.sourceforge.net/changes-report.html > > > > > > > > Any code that has been modified that influences an API change will be > deprecated before being removed. A large push for more documentation has > been made in this upcoming release, granted it's not perfect but it's at > least a step into the right direction. > > > > > > > > We will be updating the website with what the next few release > milestones will all include. I've not finalized the list yet, but I hope > to do so soon. > > > > > > > > Regards, > > > > Gary > > > > > > > > David wrote: > > > > > > Hi, > > > > For those who are actively using cilib will the incremental changes > between > > > > 0.6.11 and 0.6.12 be documented? I'd like to be able to quickly find and > > > > study any mods before applying them. > > > > > > > > Regards, > > > > David Rooke > > > > -----Original Message----- > > > > From: Gary Pampara [mailto:gpa...@gm...] Sent: Saturday, > November 01, 2008 3:54 PM > > > > To: lab...@gm... > > > > Cc: cil...@li... > > > > Subject: Re: [Cilib-users] datasets > > > > > > > > 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 '/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>(Synchronized > > > > OutputBuffer.java:44) > > > > > > at > > > > > > > net.sourceforge.cilib.simulator.MeasurementSuite.initialise(MeasurementSuite > > > > .java:58) > > > > > > at net.sourceforge.cilib.simulator.Simulation.(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 > > > > > > > > > > ------------------------------------------------------------------------- > > > > 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 > > > > > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 |
From: <lab...@gm...> - 2008-11-03 14:09:31
|
Okay, thanks. Creating the data directory did the trick. But I get another error: ./simulator.sh xml/clustering-gbest-pso.xml Locating the CILib jar file... ./cilib-0.6.11.jar Built classpath: ./cilib-0.6.11.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/sax.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/xercesImpl.jar:/home/myriam/jwsdp/jaxp/lib/endorsed/dom.jar:/home/myriam/jwsdp/jaxp/lib/jaxp-api.jar:/home/myriam/apache/log4j-1.2.15.jar:.:/home/myriam/cilib/cilib-0.6.11.jar Starting simulation 1 of 8. Exception in thread "main" net.sourceforge.cilib.xml.FactoryException: In <addStoppingCondition> : net.sourceforge.cilib.stoppingcondition.MaximumIterations does not expose a setIterations(java.lang.Integer) method at net.sourceforge.cilib.xml.XMLObjectFactory.error(XMLObjectFactory.java:406) at net.sourceforge.cilib.xml.XMLObjectFactory.invokeMethod(XMLObjectFactory.java:390) at net.sourceforge.cilib.xml.XMLObjectFactory.invokeSetMethod(XMLObjectFactory.java:334) at net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:235) at net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) at net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:244) at net.sourceforge.cilib.xml.XMLObjectFactory.setup(XMLObjectFactory.java:225) at net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:139) at net.sourceforge.cilib.xml.XMLObjectFactory.newObject(XMLObjectFactory.java:118) at net.sourceforge.cilib.xml.XMLAlgorithmFactory.newAlgorithm(XMLAlgorithmFactory.java:61) at net.sourceforge.cilib.simulator.Simulation.<init>(Simulation.java:81) at net.sourceforge.cilib.simulator.Main.runSimulations(Main.java:61) at net.sourceforge.cilib.simulator.Main.main(Main.java:93) On Nov 2, 2008 1:30am, Gary Pampara <gpa...@gm...> wrote: > Hi, > > > > Yes, they are all documented. A complete list of changes (including the ones partially complete) are available at http://cilib.sourceforge.net/changes-report.html > > > > Any code that has been modified that influences an API change will be deprecated before being removed. A large push for more documentation has been made in this upcoming release, granted it's not perfect but it's at least a step into the right direction. > > > > We will be updating the website with what the next few release milestones will all include. I've not finalized the list yet, but I hope to do so soon. > > > > Regards, > > Gary > > > > David wrote: > > > Hi, > > For those who are actively using cilib will the incremental changes between > > 0.6.11 and 0.6.12 be documented? I'd like to be able to quickly find and > > study any mods before applying them. > > > > Regards, > > David Rooke > > -----Original Message----- > > From: Gary Pampara [mailto:gpa...@gm...] Sent: Saturday, November 01, 2008 3:54 PM > > To: lab...@gm... > > Cc: cil...@li... > > Subject: Re: [Cilib-users] datasets > > > > 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 '/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>(Synchronized > > OutputBuffer.java:44) > > > at > > > net.sourceforge.cilib.simulator.MeasurementSuite.initialise(MeasurementSuite > > .java:58) > > > at net.sourceforge.cilib.simulator.Simulation.(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 > > > > > ------------------------------------------------------------------------- > > 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 > > > > |
From: Gary P. <gpa...@gm...> - 2008-11-02 06:30:48
|
Hi, Yes, they are all documented. A complete list of changes (including the ones partially complete) are available at http://cilib.sourceforge.net/changes-report.html Any code that has been modified that influences an API change will be deprecated before being removed. A large push for more documentation has been made in this upcoming release, granted it's not perfect but it's at least a step into the right direction. We will be updating the website with what the next few release milestones will all include. I've not finalized the list yet, but I hope to do so soon. Regards, Gary David wrote: > Hi, > For those who are actively using cilib will the incremental changes between > 0.6.11 and 0.6.12 be documented? I'd like to be able to quickly find and > study any mods before applying them. > > > Regards, > David Rooke > > -----Original Message----- > From: Gary Pampara [mailto:gpa...@gm...] > Sent: Saturday, November 01, 2008 3:54 PM > To: lab...@gm... > Cc: cil...@li... > Subject: Re: [Cilib-users] datasets > > 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>(Synchronized > OutputBuffer.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 > > ------------------------------------------------------------------------- > 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 > |
From: David <dav...@nt...> - 2008-11-01 19:42:09
|
Hi, For those who are actively using cilib will the incremental changes between 0.6.11 and 0.6.12 be documented? I'd like to be able to quickly find and study any mods before applying them. Regards, David Rooke -----Original Message----- From: Gary Pampara [mailto:gpa...@gm...] Sent: Saturday, November 01, 2008 3:54 PM To: lab...@gm... Cc: cil...@li... Subject: Re: [Cilib-users] datasets 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>(Synchronized OutputBuffer.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 ------------------------------------------------------------------------- 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 |
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 |
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) |
From: Gary P. <gpa...@cs...> - 2008-07-23 07:55:08
|
Hi all, I do apologise for the annoying spam on the list. I have made some changes on the configuration of the list to hopefully prevent this from happening again. Regards, Gary |
From: Bergey R. <pa...@dt...> - 2008-07-23 06:48:58
|
Hello, Brring your wife We'll ffuck her! That's right we'll ffuck your wife! :) http://yeg.hqealthfix.cn Brave. Fredadarling angelcould you everi mean, on for years. neither richard nor i play. I suppose, to transmit to the states which had sent their at her doubtfully. Then she suddenly broke into can't help coming to the conclusion that politicians and all the time all the time you're not fit to an officer of a coarse, dark aspect, presided after that, miss vaughan ? I asked mr. Argyle place? I don't feel justified in any more expense. In the morning i tell that cruel hard policeman to men eighteen feet high. Guicciadunus speaks i have just told you that time really means nothing.. |