Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomijani committed Oct 25, 2024
1 parent f7daecb commit 7de6d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 7de6d98

Please sign in to comment.