Skip to content

Commit 52095b4

Browse files
committed
Change date on elo
1 parent ed0d341 commit 52095b4

4 files changed

Lines changed: 192 additions & 192 deletions

File tree

content/posts/elo-system-gradient/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "The Elo Rating System through Likelihood Gradient Ascent"
33
category: technical
4-
date: 2025-01-09
4+
date: 2025-04-30
55
math: true
66
---
77

public/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ <h2><a href="http://localhost:1313/">Max Fierro</a></h2>
5050
<h3>Technical</h3>
5151
<ul id="posts">
5252
<li>
53-
<a href="http://localhost:1313/n-gram-model-of-optimal-policy-on-interpretable-abstractions/">
54-
N-Gram Model of Optimal Policy on Interpretable Abstractions
55-
<small><time>Feb 21, 2025</time></small>
53+
<a href="http://localhost:1313/the-elo-rating-system-through-likelihood-gradient-ascent/">
54+
The Elo Rating System through Likelihood Gradient Ascent
55+
<small><time>Apr 30, 2025</time></small>
5656
</a>
5757
</li>
5858

5959
<li>
60-
<a href="http://localhost:1313/the-elo-rating-system-through-likelihood-gradient-ascent/">
61-
The Elo Rating System through Likelihood Gradient Ascent
62-
<small><time>Jan 9, 2025</time></small>
60+
<a href="http://localhost:1313/n-gram-model-of-optimal-policy-on-interpretable-abstractions/">
61+
N-Gram Model of Optimal Policy on Interpretable Abstractions
62+
<small><time>Feb 21, 2025</time></small>
6363
</a>
6464
</li>
6565

0 commit comments

Comments
 (0)