MilesCranmer commited on
Commit
37f71ff
1 Parent(s): c3d240e

Convert to checklist

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -76,15 +76,15 @@ weights = [8, 1, 1, 1, 2]
76
 
77
  # TODO
78
 
79
- - Create a Python interface
80
- - Create a benchmark for speed
81
- - Create a benchmark for accuracy
82
- - Record hall of fame
83
- - Optionally (with hyperparameter) migrate the hall of fame, rather than current bests
84
- - Create struct to pass through all hyperparameters, instead of treating as constants
85
  - Make sure doesn't affect performance
86
- - Hyperparameter tune
87
- - Use NN to generate weights over all probability distribution, and train on some randomly-generated equations
88
- - Performance:
89
  - Use an enum for functions instead of storing them?
90
 
 
76
 
77
  # TODO
78
 
79
+ - [ ] Create a Python interface
80
+ - [x] Create a benchmark for speed
81
+ - [ ] Create a benchmark for accuracy
82
+ - [ ] Record hall of fame
83
+ - [ ] Optionally (with hyperparameter) migrate the hall of fame, rather than current bests
84
+ - [ ] Create struct to pass through all hyperparameters, instead of treating as constants
85
  - Make sure doesn't affect performance
86
+ - [ ] Hyperparameter tune
87
+ - [ ] Use NN to generate weights over all probability distribution, and train on some randomly-generated equations
88
+ - [ ] Performance:
89
  - Use an enum for functions instead of storing them?
90