Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinganc committed Jun 25, 2024
1 parent b18dd64 commit b849e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h4 class="mb-4">Trace Graph</h4>
<div class="col-12 col-md-12">
<div class="text-center">
<h2 class="display-2 mb-4">Showcases</h2>
<p>We can extend the same idea of end-to-end optimization to train more complicated AI systems. Empirical studies showcase Trace's ability to optimize diverse problems, from numerical optimization, LLM agents, to robot control, often outperforming specialized optimizers. </p>
<p>We extend the same idea of end-to-end optimization seen in the Battleship example to train more complicated AI systems. Empirical studies showcase Trace's ability to use a single LLM-based optimizer (OptoPrime) to solve diverse problems, from numerical optimization, LLM agents, to robot control, often outperforming specialized optimizers. In these experiments, each iteration makes just <b>one</b> call to an LLM (GPT-4) to optimize graphs of tens of nodes. </p>
</div>
<div class="row">
<div class="col-12">
Expand Down

0 comments on commit b849e6c

Please sign in to comment.