GA(Java)

所属分类:人工智能/神经网络/深度学习
开发工具:Java
文件大小:5411KB
下载次数:14
上传日期:2010-11-19 15:30:32
上 传 者xiedt2004
说明:  使用JAVA开发的遗传算法程序,可供初学者学习
(A genetic algorithm program coded by Java)

文件列表:
build.xml (6771, 2007-12-03)
changelog.txt (36462, 2008-03-01)
compile.bat (50, 2005-07-14)
doc (0, 2008-03-08)
doc\allclasses-frame.html (53060, 2008-03-08)
doc\allclasses-noframe.html (45220, 2008-03-08)
doc\constant-values.html (91028, 2008-03-08)
doc\deprecated-list.html (10413, 2008-03-08)
doc\examples (0, 2008-03-08)
doc\examples\audit (0, 2008-03-08)
doc\examples\audit\CoinsExample.html (10766, 2008-03-08)
doc\examples\audit\CoinsExampleFitnessFunction.html (18521, 2008-03-08)
doc\examples\audit\package-frame.html (1004, 2008-03-08)
doc\examples\audit\package-summary.html (6616, 2008-03-08)
doc\examples\audit\package-tree.html (6244, 2008-03-08)
doc\examples\chromInit (0, 2008-03-08)
doc\examples\chromInit\ChromosomeInit.html (9556, 2008-03-08)
doc\examples\chromInit\MaxFunction.html (12739, 2008-03-08)
doc\examples\chromInit\package-frame.html (996, 2008-03-08)
doc\examples\chromInit\package-summary.html (6663, 2008-03-08)
doc\examples\chromInit\package-tree.html (6266, 2008-03-08)
doc\examples\config (0, 2008-03-08)
doc\examples\config\MaximizingFunction.html (10228, 2008-03-08)
doc\examples\config\MaximizingFunctionFitnessFunction.html (13028, 2008-03-08)
doc\examples\config\package-frame.html (1033, 2008-03-08)
doc\examples\config\package-summary.html (6682, 2008-03-08)
doc\examples\config\package-tree.html (6307, 2008-03-08)
doc\examples\distinctGenes (0, 2008-03-08)
doc\examples\distinctGenes\Main.html (9528, 2008-03-08)
doc\examples\distinctGenes\MyChromosome.html (29975, 2008-03-08)
doc\examples\distinctGenes\package-frame.html (1128, 2008-03-08)
doc\examples\distinctGenes\package-summary.html (7082, 2008-03-08)
doc\examples\distinctGenes\package-tree.html (7193, 2008-03-08)
doc\examples\distinctGenes\SampleFitnessFunction.html (12970, 2008-03-08)
doc\examples\dynamicMutation (0, 2008-03-08)
doc\examples\dynamicMutation\DynamicMutationExample.CoinsMutationRateCalc.html (14064, 2008-03-08)
doc\examples\dynamicMutation\DynamicMutationExample.html (12517, 2008-03-08)
doc\examples\dynamicMutation\DynamicMutationFitnessFunction.html (20582, 2008-03-08)
doc\examples\dynamicMutation\package-frame.html (1258, 2008-03-08)
doc\examples\dynamicMutation\package-summary.html (7041, 2008-03-08)
... ...

JGAP is a Genetic Algorithms and Genetic Programming framework written in Java. Thank you for trying JGAP! We are very interested in any feedback you might have, including details of how you're using JGAP, what you like about it, and what you think needs improvement. You can leave this feedback on the user's mailing list at jgap-users@lists.sourceforge.net or, if you prefer to keep these details private, you can email the JGAP project administrator at klausikm users.sourceforge.net. The more feedback we get, the more we can improve JGAP to better meet the needs of our users. Thanks for your support! -------------------------------------------------------------------------- Installation: Please note that the latest public release of JGAP can always be found by following the "Download" link on the JGAP home page. The home page is located at http://jgap.sourceforge.net. Step 0 is optional (proceed it in case you download the 3rd-party-zip): 0. Obtain the third party libraries used with JGAP. You get them in the download section. These files need to be bundles separatedly due to license issues. 1. If you haven't already, unzip the JGAP archive into the directory of your choice. 2. Simply add the jgap.jar to your classpath. If you wish to use the examples, then also add the jgap-examples.jar to your classpath. 3. Finally, if you wish to view or modify the source code, it can be found in the src/ directory of the archive. For convenience, an Ant build script is included. For more information on Ant, please see the Ant home page at http://ant.apache.org 4. Javadocs can be found in the doc/ directory (full or javadoc JGAP distribution). Other documentation, including basic documents to help you getting started, is put together on the JGAP homepage at http://jgap.sourceforge.net Simple examples which help to get started with JGAP can be found under the examples directory. -------------------------------------------------------------------------- About This Release: Please see the JGAP site on Sourceforge for information: http://sf.net/projects/jgap For a general list of changes, fixes, and enhancements that have been included in this version, please see the changelog.txt file. ATTENTION: TO BE ABLE TO COMPILE THE PROVIDED SOURCES (only applicable if you downloaded the source distribution of JGAP) YOU NEED TO DOWNLOAD THE EXTERNAL JARS AS WELL AND PUT THE EXTRACTED JARS INTO YOUR CLASS PATH (in case they are not already contained with the distribution you downloaded) The directory "doc" included with this release contains the documentation you could find at the JGAP homepage http://jgap.sourceforge.net This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative. JGAP documentation, including Javadocs and some basic introductory documents to help get you started, can be found on the JGAP home page at http://jgap.sourceforge.net. Javadocs can also be found in the javadocs/ directory of the JGAP distribution, and other documentation can be found in the docs/ directory of the distribution. For a basic introduction to using JGAP, we highly recommend reading the tutorial that can be found both on the JGAP website and in the docs/ directory. Finally, a simple example is also available in the src/examples directory. JGAP was compiled and tested with Java 1.4 and Java 1.5 on Windows 2000 and XP. Prior versions of JGAP have been tested with Linux and MacOS as well. This release contains code that is based on external libraries. You could find it in the src-3rdparty library. Due to licensing issues the needed external libraries (such as Colt) are not included with JGAP you need to download them separately. The links to the download sites could be found in the header comments of the corresponding JGAP source files. Please direct any questions, comments, problems, or inquiries to the JGAP users mailing list at jgap-users lists.sourceforge.net or to the JGAP developers mailing list at jgap-devl lists.sourceforge.net Public announcements concerning JGAP, including any new release announcements, are made on the jgap-announce mailing list. If you would like to subscribe to this list, or to any other JGAP list, please visit the JGAP mailing list manager at: http://sourceforge.net/mail/?group_id=11618 Mailing list archives are also available for each of the lists. Thanks again for trying out JGAP! --Klaus Meffert for the JGAP team ----------------------------------------------- This product includes software developed by the Apache Software Foundation (http://www.apache.org/). For further licensing information about all packages included with JGAP please see the directory "licenses".

近期下载者

相关文件


收藏者