Skip to content

Commit d5cde2b

Browse files
authored
Update README.md
1 parent b24cf03 commit d5cde2b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
# Logical induction in Python
44

5-
This repository contains code to support the guide to logical induction for
6-
software engineers (which has not yet been published). It consists of a
7-
straightforward python implementation of the logical induction algorithm
8-
published by *Garrabrant et al* in 2018. I have prioritized simplicity over
9-
efficiency.
5+
This repository contains an implementation of a logical inductor in python.
6+
7+
The code was written to support the article [logical induction for
8+
software engineers]([which has not yet been published](https://www.lesswrong.com/users/alexflint)). It consists of a
9+
python implementation of the logical induction algorithm
10+
published by *Garrabrant et al* in 2018.
11+
12+
I have prioritized simplicity over efficiency.
1013

1114
To run the example code:
1215
```bash

0 commit comments

Comments
 (0)