MilesCranmer commited on
Commit
514ded8
1 Parent(s): 29edd56
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -276,6 +276,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
276
  - [x] Print score alongside MSE: \delta \log(MSE)/\delta \log(complexity)
277
  - [ ] Add true multi-node processing, with MPI, or just file sharing. Multiple populations per core.
278
  - Ongoing in cluster branch
 
279
  - [ ] Dump scores alongside MSE to .csv (and return with Pandas).
280
  - [ ] Consider returning only the equation of interest; rather than all equations.
281
  - [ ] Use @fastmath
 
276
  - [x] Print score alongside MSE: \delta \log(MSE)/\delta \log(complexity)
277
  - [ ] Add true multi-node processing, with MPI, or just file sharing. Multiple populations per core.
278
  - Ongoing in cluster branch
279
+ - [ ] Consider allowing multi-threading turned off, for faster testing (cache issue on travis). Or could simply fix the caching issue there.
280
  - [ ] Dump scores alongside MSE to .csv (and return with Pandas).
281
  - [ ] Consider returning only the equation of interest; rather than all equations.
282
  - [ ] Use @fastmath