#Tree-search
Showing 8 of 8 repositories tagged #tree-search, ranked by stars
[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models
A curated list of Monte Carlo tree search papers with implementations.
A Real-Time-Strategy game for Deep Learning research
Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.
ChatIndex: Tree indexing and retrieval for long conversational memory
ConDB: The KV-Cache Native Context Database
๐ณ MCTS-inspired parallel beam search for conversation optimization. Explore multiple dialogue strategies simultaneously, stress-test against diverse user personas, score with multi-judge consensus, and discover winning conversation paths that single-shot LLMs miss.
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.