File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Logical induction in Python
4
4
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.
10
13
11
14
To run the example code:
12
15
``` bash
You can’t perform that action at this time.
0 commit comments