-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello, I'm wondering if there are any plans to add constant optimization during the training process. If you do not plan to do so, do you have any suggestions about how I might convert a sympy model into an evogp tree object? Although it's not the most optimal implementation and will impact training time, I'm interested in experimenting with a constant optimization procedure like this:
- Intermittently pause training.
- Take sympy representations of the functions in the algorithm's forest.
- Optimize the functions using something like scipy or optax.
- Convert optimized functions back into sympy representations.
- Update the trees in the forest of functions.
- Resume the training process.
Metadata
Metadata
Assignees
Labels
No labels