MyGit

E26

kyegomez/tree-of-thoughts

版本发布时间: 2023-06-05 07:08:01

kyegomez/tree-of-thoughts最新发布版本:0.3.6(2023-07-30 03:10:01)

Tree of Thought Search Classes Documentation

Class: TreeofThoughts

This class represents the base class for the Tree of Thoughts search algorithm. It contains the following methods:

Class: TreeofThoughtsBFS

This class represents the Breadth-First Search (BFS) variant of the Tree of Thoughts search algorithm. It inherits from the TreeofThoughts class and contains the following method:

Class: TreeofThoughtsDFS

This class represents the Depth-First Search (DFS) variant of the Tree of Thoughts search algorithm. It inherits from the TreeofThoughts class and contains the following method:

Class: TreeofThoughtsBEST

This class represents the Best-First Search variant of the Tree of Thoughts search algorithm. It contains the following methods:

Class: TreeofThoughtsASearch

This class represents the A* Search variant of the Tree of Thoughts search algorithm. It contains the following methods:

Class: MonteCarloTreeofThoughts

This class represents the Monte Carlo Tree Search variant of the Tree of Thoughts search algorithm. It inherits from the TreeofThoughts class and contains the following methods:

Monte Carlo Tree Search with the given parameters.

Class: OptimizedTreeofThoughts

This class represents an optimized version of the Tree of Thoughts search algorithm. It inherits from the TreeofThoughts class and contains the following method:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-06-05发行的版本