jgap_2.5_src

所属分类:人工智能/神经网络/深度学习
开发工具:Java
文件大小:655KB
下载次数:243
上传日期:2006-03-10 10:57:06
上 传 者starone
说明:  java实现的遗传算法, 他的设计需要最小集合的支持, 并且在这个基础上实现更复杂的遗传算法! 目录结构如下: jgap_2.5_src.zip\srcjgap_2.5_src.zip\lib jgap_2.5_src.zip\examples jgap_2.5_src.zip\tests 还有相应的帮助
(achieve the genetic algorithm, the design needs the support of the smallest pools, and on the basis of a more complex genetic algorithm! Directory structure is as follows : jgap_2.5_src.zip \ srcjgap_2.5_src.zip \ lib jgap_2.5_src.zip \ examples jgap_2.5_src.zi p \ corresponding tests also help)

文件列表:
build.xml (4164, 2005-12-02)
changelog.txt (20672, 2005-11-30)
compile.bat (50, 2005-07-14)
examples (0, 2004-11-06)
examples\src (0, 2004-11-06)
examples\src\examples (0, 2004-11-06)
examples\src\examples\AllExampleTests.java (921, 2005-08-19)
examples\src\examples\audit (0, 2005-01-15)
examples\src\examples\audit\CoinsExample.java (13074, 2005-06-12)
examples\src\examples\audit\CoinsExampleFitnessFunction.java (5807, 2005-05-14)
examples\src\examples\audit\package.html (92, 2005-11-02)
examples\src\examples\chromInit (0, 2005-06-25)
examples\src\examples\chromInit\ChromosomeInit.java (4591, 2005-06-25)
examples\src\examples\chromInit\MaxFunction.java (1565, 2005-06-25)
examples\src\examples\chromInit\package.html (119, 2005-11-02)
examples\src\examples\config (0, 2005-03-28)
examples\src\examples\config\MaximizingFunction.java (3597, 2005-09-11)
examples\src\examples\config\MaximizingFunctionFitnessFunction.java (1729, 2005-06-12)
examples\src\examples\config\package.html (97, 2005-11-02)
examples\src\examples\energy (0, 2005-07-01)
examples\src\examples\energy\CoinsEnergy.java (8920, 2005-12-02)
examples\src\examples\energy\CoinsEnergyFitnessFunction.java (9974, 2005-12-02)
examples\src\examples\energy\package.html (90, 2005-11-02)
examples\src\examples\knapsack (0, 2005-05-14)
examples\src\examples\knapsack\KnapsackFitnessFunction.java (7795, 2005-05-14)
examples\src\examples\knapsack\KnapsackMain.java (8230, 2005-06-12)
examples\src\examples\knapsack\package.html (82, 2005-11-02)
examples\src\examples\MinimizingMakeChange.java (10597, 2005-10-03)
examples\src\examples\MinimizingMakeChangeFitnessFunction.java (8495, 2005-06-24)
examples\src\examples\package.html (94, 2005-11-02)
examples\src\examples\salesman (0, 2004-12-16)
examples\src\examples\salesman\package.html (101, 2005-11-02)
examples\src\examples\salesman\TravellingSalesman.java (5219, 2005-10-08)
examples\src\examples\simpleBoolean (0, 2004-12-10)
examples\src\examples\simpleBoolean\MaxFunction.java (2251, 2005-06-25)
examples\src\examples\simpleBoolean\package.html (98, 2005-11-02)
examples\src\examples\simpleBoolean\TestGenetics.java (2404, 2005-06-25)
examples\src\examples\simpleBoolean\TestXML.java (2538, 2005-06-25)
HOWTO Running the Example.txt (691, 2005-07-15)
jgap-meta.con (499, 2005-09-11)
... ...

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 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, untar or unzip the JGAP archive into your directory of 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 javadocs/ directory. Other documentation, including basic documents to help you get started, can be found in the docs/ directory. A simple example can be found in the src/examples directory. -------------------------------------------------------------------------- About This Release: This represents a release introducing major enhancements to the second big production release of JGAP, the Java Genetic Algorithms Package. 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 on Windows 2000. Prior versions of JGAP have been testes with Linux, MacOS and Windows XP 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

近期下载者

相关文件


收藏者