/usr/share/doc/libevocosm-dev/html/a00008.html is in libevocosm-dev 4.0.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Evocosm</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
Evocosm - A C++ Framework for Evolutionary Computing
</h1>
<h2 align="center"><a href="index.html">Main Index</a></h2>
<p align="center">
Created by <a href="mailto:scott.ladd@@coyotegulch.com?subject=libevocosm">Scott Robert Ladd</a> at
<a href="http://www.coyotegulch.com">Coyote Gulch Productions</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.8.1.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00060.html">libevocosm</a></li><li class="navelem"><a class="el" href="a00008.html">fopt_global</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pro-types">Protected Types</a> |
<a href="#pro-static-attribs">Static Protected Attributes</a> </div>
<div class="headertitle">
<div class="title">libevocosm::fopt_global Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Global things used by all optimizer classes.
<a href="a00008.html#details">More...</a></p>
<p><code>#include <<a class="el" href="a00045_source.html">function_optimizer.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for libevocosm::fopt_global:</div>
<div class="dyncontent">
<div class="center">
<img src="a00008.png" usemap="#libevocosm::fopt_global_map" alt=""/>
<map id="libevocosm::fopt_global_map" name="libevocosm::fopt_global_map">
<area href="a00010.html" title="Defines the test for a population of solutions." alt="libevocosm::function_landscape" shape="rect" coords="0,56,197,80"/>
<area href="a00012.html" title="Mutates solutions." alt="libevocosm::function_mutator" shape="rect" coords="207,56,404,80"/>
<area href="a00013.html" title="A generic function optimizer." alt="libevocosm::function_optimizer" shape="rect" coords="414,56,611,80"/>
<area href="a00014.html" title="Implements reproduction." alt="libevocosm::function_reproducer" shape="rect" coords="621,56,818,80"/>
<area href="a00015.html" title="A potential solution to the problem at hand." alt="libevocosm::function_solution" shape="rect" coords="828,56,1025,80"/>
</map>
</div></div>
<p><a href="a00067.html">List of all members.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pro-types"></a>
Protected Types</h2></td></tr>
<tr class="memitem:a577368cdfb8c76c2b442abbed1589d15"><td class="memItemLeft" align="right" valign="top">typedef vector< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00008.html#a577368cdfb8c76c2b442abbed1589d15">t_function</a> (vector< double > a_args)</td></tr>
<tr class="memdesc:a577368cdfb8c76c2b442abbed1589d15"><td class="mdescLeft"> </td><td class="mdescRight">Definition of a function type. <a href="#a577368cdfb8c76c2b442abbed1589d15"></a><br/></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pro-static-attribs"></a>
Static Protected Attributes</h2></td></tr>
<tr class="memitem:a090b8f8a7556a8c8ab39b3ba0b99f096"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a090b8f8a7556a8c8ab39b3ba0b99f096"></a>
static <a class="el" href="a00005.html">evoreal</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00008.html#a090b8f8a7556a8c8ab39b3ba0b99f096">g_evoreal</a></td></tr>
<tr class="memdesc:a090b8f8a7556a8c8ab39b3ba0b99f096"><td class="mdescLeft"> </td><td class="mdescRight">Provides mutation and crossover services for doubles. <br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>I put all cross-class, shared items into a single base class; this encapsulates global data, and also show why multiple inheritance is a useful tool. </p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a577368cdfb8c76c2b442abbed1589d15"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">typedef vector<double> libevocosm::fopt_global::t_function(vector< double > a_args)</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This is the type of function being optimized. <em><b>The inner nature of this function is not defined by this optimizer.</b></em> A t_function can be anything – a simple numerical formula or a simulation. For example: Consider a set of arguments that describe the shape of a wing, and a function that tests shapes in a simulated wind tunnel, the fitness representing "lift". </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00045_source.html">function_optimizer.h</a></li>
</ul>
</div><!-- contents -->
<hr>
<p align="center"><small>
© 1996-2005 Scott Robert Ladd. All rights reserved.<br>
HTML documentation generated by Dimitri van Heesch's excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small>
</p>
</body>
</html>
|