pvs-hd-tea / 23ws-LLMcoder

LLMcoder - Practical in winter semester 2023/2024
MIT License
2 stars 2 forks source link

Tree Search Algorithm #68

Closed psaegert closed 9 months ago

psaegert commented 10 months ago

@anacarsi, @KushalGaywala and @psaegert met on 2024-01-14 and created a plan on how to implement the Tree Search Algorithm:

Overview

Screenshot 2024-01-14 125054 Screenshot 2024-01-14 125105 Screenshot 2024-01-14 125115 Screenshot 2024-01-14 125120

The first version of the Tree will create a conversation file based only on the chosen completion of the tree, from which the tree develops in each step of the feedback loop. Other non-selected children will be stored in the forecoming version.

psaegert commented 9 months ago

Done!