2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 14:28:05 +02:00
LaTeX-examples/source-code/Pseudocode
Timothy Stewart 2d4b1b4e70
Update q-learning.tex
typo in "states"
2021-05-02 09:08:37 -05:00
..
Calculate-Legendre Fix Python code style 2015-11-20 22:36:38 +01:00
Cholesky-Zerlegung Fix Python code style 2015-11-20 22:36:38 +01:00
DPLL Remove trailing spaces 2015-10-14 14:25:34 +02:00
dyna-q Fix Dyna-q 2016-07-23 14:13:31 +02:00
dynamic-programming Improve pseudocode 2016-08-04 23:19:19 +02:00
Euklidischer-Algorithmus Fix Python code style 2015-11-20 22:36:38 +01:00
Gaussian-elimination more pseudocode 2013-05-31 09:51:38 +02:00
Goldberg-Tarjan-Push-Relabel Remove trailing spaces 2015-10-14 14:25:34 +02:00
Horner-Schema Adjust Python code to follow PEP8 2015-11-20 23:12:22 +01:00
ID3 Add ID3 algorithm 2015-11-20 22:36:55 +01:00
label-correction Improve pseudocode 2016-08-04 23:19:19 +02:00
Policy-Iteration Improve pseudocode 2016-08-04 23:19:19 +02:00
q-lambda Fix pseudocode 2016-07-23 13:49:40 +02:00
q-learning Update q-learning.tex 2021-05-02 09:08:37 -05:00
quotes Add README.md and rendered png to all folders except for /documents 2015-11-22 09:11:19 +01:00
Resolutionsalgorithmus Remove trailing spaces 2015-10-14 14:25:34 +02:00
sarsa Fix pseudocode 2016-07-27 17:11:34 +02:00
sarsa-lambda Add sarsa lambda pseudocode 2016-07-22 16:40:51 +02:00
SolveLinearCongruences Adjust Python code to follow PEP8 2015-11-20 23:12:22 +01:00
splitted-code Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00
Stoer-Wagner Remove trailing spaces 2015-10-14 14:25:34 +02:00
Value-Iteration Improve pseudocode 2016-08-04 23:19:19 +02:00
Vertex-coloring Remove trailing spaces 2015-10-14 14:25:34 +02:00
WER-calculation Adjust Python code to follow PEP8 2015-11-20 23:12:22 +01:00
README.md Add README.md and rendered image to many examples 2015-11-17 10:08:24 +01:00

The examples in this folder explain algorithms using pseudo-code.