MilesCranmer commited on
Commit
c702e70
1 Parent(s): 01b43d2

Idea for new mutation

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -148,6 +148,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
148
  # TODO
149
 
150
  - [ ] Consider adding mutation for constant<->variable
 
151
  - [ ] Use NN to generate weights over all probability distribution conditional on error and existing equation, and train on some randomly-generated equations
152
  - [ ] Performance:
153
  - [ ] Use an enum for functions instead of storing them?
 
148
  # TODO
149
 
150
  - [ ] Consider adding mutation for constant<->variable
151
+ - [ ] Consider adding mutation to pass an operator in through a new binary operator (e.g., exp(x3)->plus(exp(x3), ...))
152
  - [ ] Use NN to generate weights over all probability distribution conditional on error and existing equation, and train on some randomly-generated equations
153
  - [ ] Performance:
154
  - [ ] Use an enum for functions instead of storing them?