Skip to content

Commit

Permalink
New agent added.
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatakis committed Dec 30, 2017
1 parent 1fa41ea commit a1ebf36
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 53 deletions.
2 changes: 1 addition & 1 deletion javadoc/AgentCore/AgentAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 title="Interface AgentAPI" class="title">Interface AgentAPI</h2>
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../AgentCore/ThrashAgent.html" title="class in AgentCore">ThrashAgent</a>, <a href="../ThresholdAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dd>
<dd><a href="../AgentCore/ThrashAgent.html" title="class in AgentCore">ThrashAgent</a>, <a href="../ThresholdAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dd>
</dl>
<hr>
<br>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/AgentCore/ThrashAgent.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2 title="Class ThrashAgent" class="title">Class ThrashAgent</h2>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../ThresholdAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dd>
<dd><a href="../ThresholdAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dd>
</dl>
<hr>
<br>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/Core/AgentAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 title="Interface AgentAPI" class="title">Interface AgentAPI</h2>
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../Core/ThrashAgent.html" title="class in Core">ThrashAgent</a>, <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dd>
<dd><a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../Core/ThrashAgent.html" title="class in Core">ThrashAgent</a>, <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dd>
</dl>
<hr>
<br>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/Core/ThrashAgent.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2 title="Class ThrashAgent" class="title">Class ThrashAgent</h2>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dd>
<dd><a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a>, <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a>, <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dd>
</dl>
<hr>
<br>
Expand Down
18 changes: 9 additions & 9 deletions javadoc/TimeAgent.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Thu Dec 14 17:53:57 EET 2017 -->
<title>TimeAgent</title>
<title>TimeAgentWithoutMem</title>
<meta name="date" content="2017-12-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down Expand Up @@ -52,7 +52,7 @@
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="index.html?TimeAgent.html" target="_top">Frames</a></li>
<li><a href="index.html?TimeAgentWithoutMem.html" target="_top">Frames</a></li>
<li><a href="TimeAgent.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
Expand Down Expand Up @@ -91,7 +91,7 @@
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h2 title="Class TimeAgent" class="title">Class TimeAgent</h2>
<h2 title="Class TimeAgentWithoutMem" class="title">Class TimeAgentWithoutMem</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
Expand All @@ -104,7 +104,7 @@ <h2 title="Class TimeAgent" class="title">Class TimeAgent</h2>
<li><a href="Core/ThrashAgent.html" title="class in Core">Core.ThrashAgent</a></li>
<li>
<ul class="inheritance">
<li>TimeAgent</li>
<li>TimeAgentWithoutMem</li>
</ul>
</li>
</ul>
Expand All @@ -121,7 +121,7 @@ <h2 title="Class TimeAgent" class="title">Class TimeAgent</h2>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">TimeAgent</span>
<pre>public class <span class="typeNameLabel">TimeAgentWithoutMem</span>
extends <a href="Core/ThrashAgent.html" title="class in Core">ThrashAgent</a></pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h3>Constructor Summary</h3>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="TimeAgent.html#TimeAgent--">TimeAgent</a></span>()</code>&nbsp;</td>
<td class="colOne"><code><span class="memberNameLink"><a href="TimeAgent.html#TimeAgent--">TimeAgentWithoutMem</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
Expand Down Expand Up @@ -283,8 +283,8 @@ <h3>Constructor Detail</h3>
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TimeAgent</h4>
<pre>public&nbsp;TimeAgent()</pre>
<h4>TimeAgentWithoutMem</h4>
<pre>public&nbsp;TimeAgentWithoutMem()</pre>
</li>
</ul>
</li>
Expand Down Expand Up @@ -471,7 +471,7 @@ <h4>getDescription</h4>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="index.html?TimeAgent.html" target="_top">Frames</a></li>
<li><a href="index.html?TimeAgentWithoutMem.html" target="_top">Frames</a></li>
<li><a href="TimeAgent.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
Expand Down
2 changes: 1 addition & 1 deletion javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="Utils/StrategyEnum.html" title="enum in Utils" target="classFrame">StrategyEnum</a></li>
<li><a href="Core/ThrashAgent.html" title="class in Core" target="classFrame">ThrashAgent</a></li>
<li><a href="Thresh1.html" title="class in &lt;Unnamed&gt;" target="classFrame">Thresh1</a></li>
<li><a href="TimeAgent.html" title="class in &lt;Unnamed&gt;" target="classFrame">TimeAgent</a></li>
<li><a href="TimeAgent.html" title="class in &lt;Unnamed&gt;" target="classFrame">TimeAgentWithoutMem</a></li>
<li><a href="Utils/ValFreqEnum.html" title="enum in Utils" target="classFrame">ValFreqEnum</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="Utils/StrategyEnum.html" title="enum in Utils">StrategyEnum</a></li>
<li><a href="Core/ThrashAgent.html" title="class in Core">ThrashAgent</a></li>
<li><a href="Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></li>
<li><a href="TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></li>
<li><a href="TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></li>
<li><a href="Utils/ValFreqEnum.html" title="enum in Utils">ValFreqEnum</a></li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions javadoc/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ <h2 class="title">T</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#Thresh1--">Thresh1()</a></span> - Constructor for class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">TimeAgent</span></a> - Class in <a href="../package-summary.html">&lt;Unnamed&gt;</a></dt>
<dt><a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">TimeAgentWithoutMem</span></a> - Class in <a href="../package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#TimeAgent--">TimeAgent()</a></span> - Constructor for class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#TimeAgent--">TimeAgentWithoutMem()</a></span> - Constructor for class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">I</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">R</a>&nbsp;<a href="index-9.html">S</a>&nbsp;<a href="index-10.html">T</a>&nbsp;<a href="index-11.html">U</a>&nbsp;<a href="index-12.html">V</a>&nbsp;</div>
Expand Down
4 changes: 2 additions & 2 deletions javadoc/index-files/index-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ <h2 class="title">T</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../ThresholdAgent.html#ThresholdAgent--">BestAgent()</a></span> - Constructor for class <a href="../ThresholdAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">TimeAgent</span></a> - Class in <a href="../package-summary.html">&lt;Unnamed&gt;</a></dt>
<dt><a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">TimeAgentWithoutMem</span></a> - Class in <a href="../package-summary.html">&lt;Unnamed&gt;</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#TimeAgent--">TimeAgent()</a></span> - Constructor for class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#TimeAgent--">TimeAgentWithoutMem()</a></span> - Constructor for class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../AgentCore/Opponent.html#TimeBidHistory">TimeBidHistory</a></span> - Variable in class AgentCore.<a href="../AgentCore/Opponent.html" title="class in AgentCore">Opponent</a></dt>
<dd>&nbsp;</dd>
Expand Down
20 changes: 10 additions & 10 deletions javadoc/index-files/index-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getAgentStrategy--">getAgentStrategy()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getAgentStrategy--">getAgentStrategy()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getAgentStrategy--">getAgentStrategy()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Bad/BadOpponent.html#getBidHistory--">getBidHistory()</a></span> - Method in class Bad.<a href="../Bad/BadOpponent.html" title="class in Bad">BadOpponent</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -93,7 +93,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getBidUtilThreshold--">getBidUtilThreshold()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getBidUtilThreshold--">getBidUtilThreshold()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getBidUtilThreshold--">getBidUtilThreshold()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Utils/SimulatedAnnealingParams.html#getCool--">getCool()</a></span> - Method in class Utils.<a href="../Utils/SimulatedAnnealingParams.html" title="class in Utils">SimulatedAnnealingParams</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -105,15 +105,15 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getCutoffValue--">getCutoffValue()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getCutoffValue--">getCutoffValue()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getCutoffValue--">getCutoffValue()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../BadAgentImpl.html#getDescription--">getDescription()</a></span> - Method in class <a href="../BadAgentImpl.html" title="class in &lt;Unnamed&gt;">BadAgentImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../BestAgent.html#getDescription--">getDescription()</a></span> - Method in class <a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getDescription--">getDescription()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getDescription--">getDescription()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getDescription--">getDescription()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Utils/SimulatedAnnealingParams.html#getEndTemperature--">getEndTemperature()</a></span> - Method in class Utils.<a href="../Utils/SimulatedAnnealingParams.html" title="class in Utils">SimulatedAnnealingParams</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -125,7 +125,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getFrequencyValueSelection--">getFrequencyValueSelection()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getFrequencyValueSelection--">getFrequencyValueSelection()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getFrequencyValueSelection--">getFrequencyValueSelection()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Core/BidStrategy.html#getMaxBid--">getMaxBid()</a></span> - Method in class Core.<a href="../Core/BidStrategy.html" title="class in Core">BidStrategy</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -137,7 +137,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getRand--">getRand()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getRand--">getRand()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getRand--">getRand()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../BestAgent.html#getSearchingMethod--">getSearchingMethod()</a></span> - Method in class <a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -147,7 +147,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getSearchingMethod--">getSearchingMethod()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getSearchingMethod--">getSearchingMethod()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getSearchingMethod--">getSearchingMethod()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../BestAgent.html#getSimulatedAnnealingParams--">getSimulatedAnnealingParams()</a></span> - Method in class <a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -157,7 +157,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getSimulatedAnnealingParams--">getSimulatedAnnealingParams()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getSimulatedAnnealingParams--">getSimulatedAnnealingParams()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getSimulatedAnnealingParams--">getSimulatedAnnealingParams()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../Utils/SimulatedAnnealingParams.html#getStartTemperature--">getStartTemperature()</a></span> - Method in class Utils.<a href="../Utils/SimulatedAnnealingParams.html" title="class in Utils">SimulatedAnnealingParams</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -171,7 +171,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getTimeScalingFactor--">getTimeScalingFactor()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getTimeScalingFactor--">getTimeScalingFactor()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getTimeScalingFactor--">getTimeScalingFactor()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../BestAgent.html#getVetoVal--">getVetoVal()</a></span> - Method in class <a href="../BestAgent.html" title="class in &lt;Unnamed&gt;">BestAgent</a></dt>
<dd>&nbsp;</dd>
Expand All @@ -181,7 +181,7 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="../Thresh1.html#getVetoVal--">getVetoVal()</a></span> - Method in class <a href="../Thresh1.html" title="class in &lt;Unnamed&gt;">Thresh1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getVetoVal--">getVetoVal()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgent</a></dt>
<dt><span class="memberNameLink"><a href="../TimeAgent.html#getVetoVal--">getVetoVal()</a></span> - Method in class <a href="../TimeAgent.html" title="class in &lt;Unnamed&gt;">TimeAgentWithoutMem</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">I</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">R</a>&nbsp;<a href="index-9.html">S</a>&nbsp;<a href="index-10.html">T</a>&nbsp;<a href="index-11.html">U</a>&nbsp;<a href="index-12.html">V</a>&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle"><a href="BestAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">BestAgent</span></a></li>
<li type="circle"><a href="Thresh1.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Thresh1</span></a></li>
<li type="circle"><a href="TimeAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">TimeAgent</span></a></li>
<li type="circle"><a href="TimeAgent.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">TimeAgentWithoutMem</span></a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit a1ebf36

Please sign in to comment.