Spaces:
Sleeping
Sleeping
Commit
·
ec48038
1
Parent(s):
3c89246
Add more todo items
Browse files
README.md
CHANGED
|
@@ -58,5 +58,15 @@ weights = [8, 1, 1, 1, 2]
|
|
| 58 |
|
| 59 |
# TODO
|
| 60 |
|
|
|
|
|
|
|
|
|
|
| 61 |
- Record hall of fame
|
| 62 |
-
- Optionally migrate the hall of fame, rather than current bests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
# TODO
|
| 60 |
|
| 61 |
+
- Create a Python interface
|
| 62 |
+
- Create a benchmark for speed
|
| 63 |
+
- Create a benchmark for accuracy
|
| 64 |
- Record hall of fame
|
| 65 |
+
- Optionally (with hyperparameter) migrate the hall of fame, rather than current bests
|
| 66 |
+
- Create struct to pass through all hyperparameters, instead of treating as constants
|
| 67 |
+
- Make sure doesn't affect performance
|
| 68 |
+
- Hyperparameter tune
|
| 69 |
+
- Use NN to generate weights over all probability distribution, and train on some randomly-generated equations
|
| 70 |
+
- Performance:
|
| 71 |
+
- Use an enum for functions instead of storing them?
|
| 72 |
+
|