Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
8a63bdf
1
Parent(s):
44cbe0b
New idea
Browse files
README.md
CHANGED
@@ -292,3 +292,4 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
|
|
292 |
- Current most expensive operations:
|
293 |
- [ ] Calculating the loss function - there is duplicate calculations happening.
|
294 |
- [x] Declaration of the weights array every iteration
|
|
|
|
292 |
- Current most expensive operations:
|
293 |
- [ ] Calculating the loss function - there is duplicate calculations happening.
|
294 |
- [x] Declaration of the weights array every iteration
|
295 |
+
- [ ] Idea: use gradient of equation with respect to each operator (perhaps simply add to each operator) to tell which part is the most "sensitive" to changes. Then, perhaps insert/delete/mutate on that part of the tree?
|