From 7de6d98f8415a814d16e9d7f266b18bc386b2898 Mon Sep 17 00:00:00 2001 From: Javad Komijani Date: Fri, 25 Oct 2024 18:45:02 +0200 Subject: [PATCH] Documentation. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d46b61..67b0f95 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ model.fit(n_epochs=1000, batch_size=1024, checkpoint_dict=dict(print_stride=100) In this example, we have: -- **Prior Distribution**: A normal distribution is used with a shape of `(1,)`. +- **Prior Distribution**: A normal distribution is used with a shape of + `(1,)`; one could also set `shape=1`. - **Action**: A quartic scalar theory is defined with parameters `kappa=0`, `m_sq=-2.0`, and `lambda=0.2`.