Skip to content

Commit 33675e9

Browse files
authored
Update ListOfOptimizations.md
1 parent 04f99bf commit 33675e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ListOfOptimizations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# List Of Roblox Optimizations
1+
# List Of Optimizations
22

33
## Mathematical Optimizations
44

55
* Used sufficient statistics for statistical models to avoid computationally expensive batch training.
66

7+
* If available, the more computationally efficient formula is used instead of the original ones.
8+
79
## Roblox-Specific Optimizations
810

911
* Almost all model parameters are stored as tables of tables. This reduces the number of bytes needed to store inside Roblox's DataStores.

0 commit comments

Comments
 (0)