Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
3e14433
1
Parent(s):
2925a1d
Update todo
Browse files
README.md
CHANGED
@@ -129,9 +129,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
129 |
|
130 |
# TODO
|
131 |
|
132 |
-
- [ ]
|
133 |
-
- [ ] Add mutation for constant<->variable
|
134 |
-
- [ ] Create a benchmark for accuracy
|
135 |
- [ ] Use NN to generate weights over all probability distribution conditional on error and existing equation, and train on some randomly-generated equations
|
136 |
- [ ] Performance:
|
137 |
- [ ] Use an enum for functions instead of storing them?
|
@@ -140,6 +138,8 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
140 |
- Seems like its necessary right now. But still by far the slowest option.
|
141 |
- [ ] Calculating the loss function - there is duplicate calculations happening.
|
142 |
- [ ] Declaration of the weights array every iteration
|
|
|
|
|
143 |
- [x] Add interface for either defining an operation to learn, or loading in arbitrary dataset.
|
144 |
- Could just write out the dataset in julia, or load it.
|
145 |
- [x] Create a Python interface
|
|
|
129 |
|
130 |
# TODO
|
131 |
|
132 |
+
- [ ] Consider adding mutation for constant<->variable
|
|
|
|
|
133 |
- [ ] Use NN to generate weights over all probability distribution conditional on error and existing equation, and train on some randomly-generated equations
|
134 |
- [ ] Performance:
|
135 |
- [ ] Use an enum for functions instead of storing them?
|
|
|
138 |
- Seems like its necessary right now. But still by far the slowest option.
|
139 |
- [ ] Calculating the loss function - there is duplicate calculations happening.
|
140 |
- [ ] Declaration of the weights array every iteration
|
141 |
+
- [x] Hyperparameter tune
|
142 |
+
- [x] Create a benchmark for accuracy
|
143 |
- [x] Add interface for either defining an operation to learn, or loading in arbitrary dataset.
|
144 |
- Could just write out the dataset in julia, or load it.
|
145 |
- [x] Create a Python interface
|