demos.xml

来自「遗传算法工具包」· XML 代码 · 共 49 行

XML
49
字号
<?xml version="1.0" encoding="utf-8"?><!-- $Revision: 1.4.4.2 $  $Date: 2004/03/26 13:26:01 $ --><demos>   <name>Genetic Algorithm and Direct Search</name>   <type>toolbox</type>   <icon>$toolbox/matlab/icons/matlabicon.gif</icon>   <description><![CDATA[<p>The Genetic Algorithm and Direct Search Toolbox is a collection offunctions that extend the capability of the Optimization toolbox. Thetoolbox solves optimization problems without computing derivatives.</p>   ]]></description>   <demoitem>      <label>Coding and minimizing a fitness function using the Genetic Algorithm</label>     <file>html/gafitness.html</file>      <callback>playshow gafitness</callback>    </demoitem>      <demoitem>      <label>Coding and minimizing an objective function using Pattern Search</label>     <file>html/psobjective.html</file>      <callback>playshow psobjective</callback>    </demoitem>   <demoitem>      <label>Genetic Algorithm Options</label>     <file>html/gaoptionsdemo.html</file>      <callback>playshow gaoptionsdemo</callback>    </demoitem>      <demoitem>      <label>Pattern Search Options</label>     <file>html/psoptionsdemo.html</file>      <callback>playshow psoptionsdemo</callback>    </demoitem>    <demoitem>      <label>Hybrid Scheme in the Genetic Algorithm</label>     <file>html/hybriddemo.html</file>      <callback>playshow hybriddemo</callback>    </demoitem>   <demoitem>      <label>Custom Data Type Optimization Using the Genetic Algorithm</label>     <file>html/traveling_salesman_demo.html</file>      <callback>playshow traveling_salesman_demo</callback>    </demoitem>   </demos>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?