galib.html
来自「这是一个面向对象的GA遗传算法库GAlib: A C++ Library of 」· HTML 代码 · 共 65 行
HTML
65 行
<html><head><title>GAlib: Matthew's C++ Genetic Algorithms Library</title><!-- by matthew wall all rights reserved --><!-- Copyright (c) 1995-1996 Massachusetts Institute of Technology --><!-- Copyright (c) 1996-2005 Matthew Wall --></head><body bgcolor="efefef" text="000000"><big><strong>GAlib Documentation</strong></big><br><i><small>version 2.4</small></i><br clear=all><p>GAlib is a set of C++ genetic algorithm objects. The library includes tools for using genetic algorithms to do optimization in any C++ program. This documentation includes:<blockquote><a href="Installation.html">installation instructions</a><br><a href="Overview.html">overview</a> of the GAlib implementation and programming techniques<br><a href="ClassHierarchy.html">class hierarchy</a> of GAlib objects<br><a href="API.html">programming interface</a> for using GAlib classes<br><a href="Extensions.html">instructions for deriving</a> new classes and genetic operators<br><a href="../examples/README.txt">descriptions</a> of the examples<br><a href="FeatureList.html">list of features</a><br><a href="OtherSites.html">other genetic algorithm sites</a></blockquote></p><p>For the most recent GAlib developments, please refer to <a href="http://lancet.mit.edu/ga/">http://lancet.mit.edu/ga/</a><blockquote><a href="http://lancet.mit.edu/ga/RevisionHistory.html">change history</a><br><a href="http://lancet.mit.edu/ga/Bugs.html">bug list</a><br><a href="http://lancet.mit.edu/ga/FAQ.html">frequently asked questions</a><br><a href="http://lancet.mit.edu/ga/galib-mail-archive">mailing list archive</a><br></blockquote></p><p>There are two mailing lists to which you may subscribe:<blockquote><dl> <dt>galib@mit.edu <dd><small>This is an unmoderated mailing list for GAlib users. If you have found use for GAlib and would like to let other users know about it, or if you're having problems with GAlib, post it to this mailing list and one of the other subscribers just might be able to help you out. I read all messages that are posted to this list, but I cannot respond to every one.</small> <br> <br> <dt>galib-announce@mit.edu <dd><small>This mailing list is for announcements about updates to GAlib. The only messages sent to recipients of this list are announcements from me about revisions to GAlib. This typically amounts to about one or two emails per year.</small></dl></blockquote>To subscribe, send email to galib-request@mit.edu with the word <i>subscribe</i> as the subject. To unsubscribe, send email with the word <i>unsubscribe</i> as the subject.</p><p><i><small><a href="Copyright.html">Copyright (c)</a> Massachusetts Institute of Technology and Matthew Wall. All rights reserved.</i></p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?