-
The minimax command returns incorrect numerator p and denominator q in approximating cos(x) by rational functions of type (m,n) = (0,2), (1,2), (0,3), (1,3), (0,4) and (1,4). I understand from commen…
-
### 🥰 Description of Requirement
添加科大讯飞,minimax和文心一言的sdk包
### 🧐 Solution
### 🚑 Other information
-
Need some verification that the grid data has been correctly copy-pasted from CP2K. This could be:
a) An application test that parses and asserts on the grid size
b) Put back into CP2K and confirm t…
-
We need some kind of AI to play with and evaluate our agent after training. There are many algorithms we can implement and in this project, we can try the **MiniMax** algorithm with and without _alpha…
-
This issue is used to document the LLM, embedding, reranker, etc. models that need to be integrated with RAGFlow.
- [x] Azure Open AI service
- [x] Google Gemini #1036
- [x] Mixtral AI #433
- […
-
The game currently only works with 2 human players. Implement an AI opponent to play against.
- A simple minimax algorithm with alpha-beta pruning may be used for this. Alternatively, interface wit…
-
Both Caribbean and Code4life winner strategy are based on minimax algo.
https://github.com/Agade09/Agade-Code-4-Life-Postmortem/blob/master/Agade_C4L_Postmortem.md
https://recursive.cc/blog/code…
-
@kevers429 found that the slowest part of the minimax AI is not the minimax itself, but either the tree/noded building process, or the board scanning that happens at each node. Improving these could m…
-
評価関数のパターンを変更する。
大体以下の案を考えている
- d7に隅を加える
- d6にCかXを加える
-
Finish integrating Minimax Function into AI