From: Gary P. <gpa...@cs...> - 2007-01-03 06:23:24
|
Hello Soren, Thanks for the kind comments :) As far as I know there are no applications that use CILib within their code base, although I cannot see why not as CILib has been designed to be used in that way or simply via the simulator for tests etc. The Simulator(IOC) was written to show the expressive power of CILib and is not intended as the manner in which all applications of the library are to be done. It works well for experimental work, however, if you would like to integrate CILib into a project then I would advise using the library directly. This however is completely up to you. JNI would indeed be a valid option, a MSc student by the name of Marais Neethling is using CILib in conjunction with JNI for BioInformatics research applications, using the Vienna package as the fitness function evaluator for PSO. If you need any explanation about the various aspects, please let us know. We are currently revamping the documentation and correcting some minor errors with it as well. Keep an eye out for some updates that are to come. Regards, Gary > Hello list, > > I am thrilled to find such a comprehensive open source library for dealing > with computational intelligence, specifically particle swarm optimization > problems. I have been reading over the documentation and the wiki > information which has been posited online which have been very helpful. > Ultimately, I would like to use JNI to call and pass datasets into cilib > for > optimization and send the data back to the native code. Would JNI be the > best way to accomplish this? I was wondering if anyone has some example > Java > programs that use cilib part from the simulator and xml files included in > the build? Thanks again for this great library! > > Best Regards, > Soren > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________ > Cilib-users mailing list > Cil...@li... > https://lists.sourceforge.net/lists/listinfo/cilib-users > |