Login

Fancade Wiki

Updated Logarithm.md (markdown)

... ...
@@ -13,7 +13,7 @@ Outputs
13 13
Logarithm is used as an inverse function for the function [[Power]] , this function is most commonly use for pathfinding AI's such as Board game AI's. If you managed to learn how to make an AI , this function will be surely handy for you!
14 14
15 15
## Examples
16
If you're looking for examples , surely all examples for this is complex , One most common example of how it can be used is seen in "Sounak9434's" (he is one of our @Fanmods Btw) **MCTS Engine** , its a type of AI used for board games.
16
If you're looking for examples , surely all examples for this is complex , logarithm is such advanced function to be common in simple games. But if you really want to see how it can be used , one most common example is "Sounak9434's" (he is one of our @Fanmods Btw) **MCTS Engine** , its a type of AI used for board games.
17 17
18
- Logarithm is used in the MCTS engine as a function to find the best possible moves the AI can execute in the set of given possible moves and the players possible moves in the game.
18 19
- ***MCTS Engine*** is made before the logarithm function is implemented , the logarithm function used in the MCTS engine is a custom script made by our great "Potato-Chan" one of the best scripter we have here! (~~though I wonder why he is not a Fanmod too Probably cause he is not mostly active in discord~~)
19
- Logarithm is used in the MCTS engine as a function to find the best possible moves the AI can execute in the set of given possible moves and the players possible moves in the game.
... ...
\ No newline at end of file
Fancade Wiki