MilesCranmer commited on
Commit
eac89da
1 Parent(s): af8beb1

No effect of reduced precision integers

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -81,7 +81,8 @@ weights = [8, 1, 1, 1, 2]
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
- - [ ] Test performance of reduced precision integers
 
85
  - [ ] Create struct to pass through all hyperparameters, instead of treating as constants
86
  - Make sure doesn't affect performance
87
  - [ ] Hyperparameter tune
 
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
+ - [x] Test performance of reduced precision integers
85
+ - No effect
86
  - [ ] Create struct to pass through all hyperparameters, instead of treating as constants
87
  - Make sure doesn't affect performance
88
  - [ ] Hyperparameter tune