Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
c6b4cc5
1
Parent(s):
17d8a3e
Idea for not having to deal with parsimony
Browse files
TODO.md
CHANGED
@@ -78,6 +78,8 @@
|
|
78 |
|
79 |
## Algorithmic performance ideas:
|
80 |
|
|
|
|
|
81 |
- [ ] Use package compiler and compile sr.jl into a standalone binary that can be used by pysr.
|
82 |
- [ ] When doing equation warmup, only migrate those equations with almost the same complexity. Rather than having to consider simple equations later in the game.
|
83 |
- [ ] Right now we only update the score based on some. Need to update score based on entire data! Note that optimizer only is used sometimes.
|
|
|
78 |
|
79 |
## Algorithmic performance ideas:
|
80 |
|
81 |
+
- [ ] **Record density over complexity. Favor equations that have a density we have not explored yet. Want the final density to be evenly distributed.**
|
82 |
+
|
83 |
- [ ] Use package compiler and compile sr.jl into a standalone binary that can be used by pysr.
|
84 |
- [ ] When doing equation warmup, only migrate those equations with almost the same complexity. Rather than having to consider simple equations later in the game.
|
85 |
- [ ] Right now we only update the score based on some. Need to update score based on entire data! Note that optimizer only is used sometimes.
|