Results
This commit is contained in:
24
index.html
24
index.html
@@ -346,7 +346,7 @@
|
||||
</ul>
|
||||
|
||||
<h3 class="title is-4">Evaluation Metrics</h3>
|
||||
|
||||
<!--
|
||||
<figure class="image">
|
||||
<img src="./static/images/CumulativeReturns_AAPL.png" alt="Cumulative Returns on AAPL">
|
||||
<figcaption class="has-text-centered"><strong>(a)</strong> Cumulative Returns on AAPL</figcaption>
|
||||
@@ -356,12 +356,32 @@
|
||||
<img src="./static/images/TradingAgents_Transactions_AAPL.png" alt="TradingAgents Transactions for AAPL">
|
||||
<figcaption class="has-text-centered"><strong>(b)</strong> TradingAgents Transactions for AAPL.<br>Green / Red Arrows for Long / Short Positions.</figcaption>
|
||||
</figure>
|
||||
-->
|
||||
<div class="figure-container">
|
||||
|
||||
<figure class="image">
|
||||
<img src="./static/images/CumulativeReturns_AAPL.png" alt="Cumulative Returns on AAPL">
|
||||
<figcaption class="has-text-centered">
|
||||
<strong>(a)</strong> Cumulative Returns on AAPL
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="image">
|
||||
<img src="./static/images/TradingAgents_Transactions_AAPL.png" alt="TradingAgents Transactions for AAPL">
|
||||
<figcaption class="has-text-centered">
|
||||
<strong>(b)</strong> TradingAgents Transactions for AAPL.<br>
|
||||
Green / Red Arrows for Long / Short Positions.
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<figure class="image">
|
||||
<img src="./static/images/Performance_Comparison.png" alt="Performance Comparison">
|
||||
<figcaption class="has-text-centered"><strong>Table 1:</strong> Performance comparison across all methods using four evaluation metrics. Results highlighted in <strong style="color:green;">green</strong> represent the best-performing statistic for each model. The improvement row illustrates TradingAgents' performance gains over the top-performing baselines.</figcaption>
|
||||
</figure>
|
||||
|
||||
-->
|
||||
<table class="table is-striped is-fullwidth is-centered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user