1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 <!-- Generated by javadoc (build 1.6.0_18) on Mon Jul 05 12:01:10 CEST 2010 -->
10 <META NAME=
"date" CONTENT=
"2010-07-05">
12 <LINK REL =
"stylesheet" TYPE=
"text/css" HREF=
"../../stylesheet.css" TITLE=
"Style">
14 <SCRIPT type=
"text/javascript">
15 function windowTitle()
17 if (location.href.indexOf('is-external=true') == -
1) {
18 parent.document.
title=
"PheromoneStrategy";
27 <BODY BGCOLOR=
"white" onload=
"windowTitle();">
31 <!-- ========= START OF TOP NAVBAR ======= -->
32 <A NAME=
"navbar_top"><!-- --></A>
33 <A HREF=
"#skip-navbar_top" title=
"Skip navigation links"></A>
34 <TABLE BORDER=
"0" WIDTH=
"100%" CELLPADDING=
"1" CELLSPACING=
"0" SUMMARY=
"">
36 <TD COLSPAN=
2 BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1">
37 <A NAME=
"navbar_top_firstrow"><!-- --></A>
38 <TABLE BORDER=
"0" CELLPADDING=
"0" CELLSPACING=
"3" SUMMARY=
"">
39 <TR ALIGN=
"center" VALIGN=
"top">
40 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../overview-summary.html"><FONT CLASS=
"NavBarFont1"><B>Overview
</B></FONT></A> </TD>
41 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"package-summary.html"><FONT CLASS=
"NavBarFont1"><B>Package
</B></FONT></A> </TD>
42 <TD BGCOLOR=
"#FFFFFF" CLASS=
"NavBarCell1Rev"> <FONT CLASS=
"NavBarFont1Rev"><B>Class
</B></FONT> </TD>
43 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"class-use/PheromoneStrategy.html"><FONT CLASS=
"NavBarFont1"><B>Use
</B></FONT></A> </TD>
44 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"package-tree.html"><FONT CLASS=
"NavBarFont1"><B>Tree
</B></FONT></A> </TD>
45 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../deprecated-list.html"><FONT CLASS=
"NavBarFont1"><B>Deprecated
</B></FONT></A> </TD>
46 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../index-files/index-1.html"><FONT CLASS=
"NavBarFont1"><B>Index
</B></FONT></A> </TD>
47 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../help-doc.html"><FONT CLASS=
"NavBarFont1"><B>Help
</B></FONT></A> </TD>
51 <TD ALIGN=
"right" VALIGN=
"top" ROWSPAN=
3><EM>
57 <TD BGCOLOR=
"white" CLASS=
"NavBarCell2"><FONT SIZE=
"-2">
58 <A HREF=
"../../aco/strategy/HeuristicInformationStrategy.html" title=
"class in aco.strategy"><B>PREV CLASS
</B></A>
59 <A HREF=
"../../aco/strategy/TauZeroStrategy.html" title=
"class in aco.strategy"><B>NEXT CLASS
</B></A></FONT></TD>
60 <TD BGCOLOR=
"white" CLASS=
"NavBarCell2"><FONT SIZE=
"-2">
61 <A HREF=
"../../index.html?aco/strategy/PheromoneStrategy.html" target=
"_top"><B>FRAMES
</B></A>
62 <A HREF=
"PheromoneStrategy.html" target=
"_top"><B>NO FRAMES
</B></A>
63 <SCRIPT type=
"text/javascript">
66 document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
71 <A HREF=
"../../allclasses-noframe.html"><B>All Classes
</B></A>
78 <TD VALIGN=
"top" CLASS=
"NavBarCell3"><FONT SIZE=
"-2">
79 SUMMARY:
NESTED
|
FIELD
|
<A HREF=
"#constructor_summary">CONSTR
</A> |
<A HREF=
"#method_summary">METHOD
</A></FONT></TD>
80 <TD VALIGN=
"top" CLASS=
"NavBarCell3"><FONT SIZE=
"-2">
81 DETAIL:
FIELD
|
<A HREF=
"#constructor_detail">CONSTR
</A> |
<A HREF=
"#method_detail">METHOD
</A></FONT></TD>
84 <A NAME=
"skip-navbar_top"></A>
85 <!-- ========= END OF TOP NAVBAR ========= -->
88 <!-- ======== START OF CLASS DATA ======== -->
93 Class PheromoneStrategy
</H2>
96 <IMG SRC=
"../../resources/inherit.gif" ALT=
"extended by "><B>aco.strategy.PheromoneStrategy
</B>
99 <DT><B>Direct Known Subclasses:
</B> <DD><A HREF=
"../../aco/strategy/acs/ACSPheromoneStrategy.html" title=
"class in aco.strategy.acs">ACSPheromoneStrategy
</A>,
<A HREF=
"../../aco/strategy/as/ASPheromoneStrategy.html" title=
"class in aco.strategy.as">ASPheromoneStrategy
</A></DD>
103 <DT><PRE>public abstract class
<B>PheromoneStrategy
</B><DT>extends java.lang.Object
</DL>
111 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
113 <A NAME=
"constructor_summary"><!-- --></A>
114 <TABLE BORDER=
"1" WIDTH=
"100%" CELLPADDING=
"3" CELLSPACING=
"0" SUMMARY=
"">
115 <TR BGCOLOR=
"#CCCCFF" CLASS=
"TableHeadingColor">
116 <TH ALIGN=
"left" COLSPAN=
"2"><FONT SIZE=
"+2">
117 <B>Constructor Summary
</B></FONT></TH>
119 <TR BGCOLOR=
"white" CLASS=
"TableRowColor">
120 <TD><CODE><B><A HREF=
"../../aco/strategy/PheromoneStrategy.html#PheromoneStrategy(aco.mediator.ACOMediator)">PheromoneStrategy
</A></B>(
<A HREF=
"../../aco/mediator/ACOMediator.html" title=
"class in aco.mediator">ACOMediator
</A> acom)
</CODE>
123 </TD>
127 <!-- ========== METHOD SUMMARY =========== -->
129 <A NAME=
"method_summary"><!-- --></A>
130 <TABLE BORDER=
"1" WIDTH=
"100%" CELLPADDING=
"3" CELLSPACING=
"0" SUMMARY=
"">
131 <TR BGCOLOR=
"#CCCCFF" CLASS=
"TableHeadingColor">
132 <TH ALIGN=
"left" COLSPAN=
"2"><FONT SIZE=
"+2">
133 <B>Method Summary
</B></FONT></TH>
135 <TR BGCOLOR=
"white" CLASS=
"TableRowColor">
136 <TD ALIGN=
"right" VALIGN=
"top" WIDTH=
"1%"><FONT SIZE=
"-1">
137 <CODE>abstract
void
</CODE></FONT></TD>
138 <TD><CODE><B><A HREF=
"../../aco/strategy/PheromoneStrategy.html#pheromoneUpdate(aco.ant.Ant[])">pheromoneUpdate
</A></B>(
<A HREF=
"../../aco/ant/Ant.html" title=
"class in aco.ant">Ant
</A>[]
ants)
</CODE>
141 </TD>
143 <TR BGCOLOR=
"white" CLASS=
"TableRowColor">
144 <TD ALIGN=
"right" VALIGN=
"top" WIDTH=
"1%"><FONT SIZE=
"-1">
145 <CODE> void
</CODE></FONT></TD>
146 <TD><CODE><B><A HREF=
"../../aco/strategy/PheromoneStrategy.html#setInitialPheromones(double)">setInitialPheromones
</A></B>(double
TauZero)
</CODE>
149 </TD>
152 <A NAME=
"methods_inherited_from_class_java.lang.Object"><!-- --></A>
153 <TABLE BORDER=
"1" WIDTH=
"100%" CELLPADDING=
"3" CELLSPACING=
"0" SUMMARY=
"">
154 <TR BGCOLOR=
"#EEEEFF" CLASS=
"TableSubHeadingColor">
155 <TH ALIGN=
"left"><B>Methods inherited from class java.lang.Object
</B></TH>
157 <TR BGCOLOR=
"white" CLASS=
"TableRowColor">
158 <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
</CODE></TD>
164 <!-- ========= CONSTRUCTOR DETAIL ======== -->
166 <A NAME=
"constructor_detail"><!-- --></A>
167 <TABLE BORDER=
"1" WIDTH=
"100%" CELLPADDING=
"3" CELLSPACING=
"0" SUMMARY=
"">
168 <TR BGCOLOR=
"#CCCCFF" CLASS=
"TableHeadingColor">
169 <TH ALIGN=
"left" COLSPAN=
"1"><FONT SIZE=
"+2">
170 <B>Constructor Detail
</B></FONT></TH>
174 <A NAME=
"PheromoneStrategy(aco.mediator.ACOMediator)"><!-- --></A><H3>
175 PheromoneStrategy
</H3>
177 public
<B>PheromoneStrategy
</B>(
<A HREF=
"../../aco/mediator/ACOMediator.html" title=
"class in aco.mediator">ACOMediator
</A> acom)
</PRE>
181 <!-- ============ METHOD DETAIL ========== -->
183 <A NAME=
"method_detail"><!-- --></A>
184 <TABLE BORDER=
"1" WIDTH=
"100%" CELLPADDING=
"3" CELLSPACING=
"0" SUMMARY=
"">
185 <TR BGCOLOR=
"#CCCCFF" CLASS=
"TableHeadingColor">
186 <TH ALIGN=
"left" COLSPAN=
"1"><FONT SIZE=
"+2">
187 <B>Method Detail
</B></FONT></TH>
191 <A NAME=
"setInitialPheromones(double)"><!-- --></A><H3>
192 setInitialPheromones
</H3>
194 public void
<B>setInitialPheromones
</B>(double
TauZero)
</PRE>
202 <A NAME=
"pheromoneUpdate(aco.ant.Ant[])"><!-- --></A><H3>
205 public abstract void
<B>pheromoneUpdate
</B>(
<A HREF=
"../../aco/ant/Ant.html" title=
"class in aco.ant">Ant
</A>[]
ants)
</PRE>
211 <!-- ========= END OF CLASS DATA ========= -->
215 <!-- ======= START OF BOTTOM NAVBAR ====== -->
216 <A NAME=
"navbar_bottom"><!-- --></A>
217 <A HREF=
"#skip-navbar_bottom" title=
"Skip navigation links"></A>
218 <TABLE BORDER=
"0" WIDTH=
"100%" CELLPADDING=
"1" CELLSPACING=
"0" SUMMARY=
"">
220 <TD COLSPAN=
2 BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1">
221 <A NAME=
"navbar_bottom_firstrow"><!-- --></A>
222 <TABLE BORDER=
"0" CELLPADDING=
"0" CELLSPACING=
"3" SUMMARY=
"">
223 <TR ALIGN=
"center" VALIGN=
"top">
224 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../overview-summary.html"><FONT CLASS=
"NavBarFont1"><B>Overview
</B></FONT></A> </TD>
225 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"package-summary.html"><FONT CLASS=
"NavBarFont1"><B>Package
</B></FONT></A> </TD>
226 <TD BGCOLOR=
"#FFFFFF" CLASS=
"NavBarCell1Rev"> <FONT CLASS=
"NavBarFont1Rev"><B>Class
</B></FONT> </TD>
227 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"class-use/PheromoneStrategy.html"><FONT CLASS=
"NavBarFont1"><B>Use
</B></FONT></A> </TD>
228 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"package-tree.html"><FONT CLASS=
"NavBarFont1"><B>Tree
</B></FONT></A> </TD>
229 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../deprecated-list.html"><FONT CLASS=
"NavBarFont1"><B>Deprecated
</B></FONT></A> </TD>
230 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../index-files/index-1.html"><FONT CLASS=
"NavBarFont1"><B>Index
</B></FONT></A> </TD>
231 <TD BGCOLOR=
"#EEEEFF" CLASS=
"NavBarCell1"> <A HREF=
"../../help-doc.html"><FONT CLASS=
"NavBarFont1"><B>Help
</B></FONT></A> </TD>
235 <TD ALIGN=
"right" VALIGN=
"top" ROWSPAN=
3><EM>
241 <TD BGCOLOR=
"white" CLASS=
"NavBarCell2"><FONT SIZE=
"-2">
242 <A HREF=
"../../aco/strategy/HeuristicInformationStrategy.html" title=
"class in aco.strategy"><B>PREV CLASS
</B></A>
243 <A HREF=
"../../aco/strategy/TauZeroStrategy.html" title=
"class in aco.strategy"><B>NEXT CLASS
</B></A></FONT></TD>
244 <TD BGCOLOR=
"white" CLASS=
"NavBarCell2"><FONT SIZE=
"-2">
245 <A HREF=
"../../index.html?aco/strategy/PheromoneStrategy.html" target=
"_top"><B>FRAMES
</B></A>
246 <A HREF=
"PheromoneStrategy.html" target=
"_top"><B>NO FRAMES
</B></A>
247 <SCRIPT type=
"text/javascript">
250 document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
255 <A HREF=
"../../allclasses-noframe.html"><B>All Classes
</B></A>
262 <TD VALIGN=
"top" CLASS=
"NavBarCell3"><FONT SIZE=
"-2">
263 SUMMARY:
NESTED
|
FIELD
|
<A HREF=
"#constructor_summary">CONSTR
</A> |
<A HREF=
"#method_summary">METHOD
</A></FONT></TD>
264 <TD VALIGN=
"top" CLASS=
"NavBarCell3"><FONT SIZE=
"-2">
265 DETAIL:
FIELD
|
<A HREF=
"#constructor_detail">CONSTR
</A> |
<A HREF=
"#method_detail">METHOD
</A></FONT></TD>
268 <A NAME=
"skip-navbar_bottom"></A>
269 <!-- ======== END OF BOTTOM NAVBAR ======= -->