You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself frequently in the situation to train e.g. a symbolic Regressor on my local pc. With higher number of generations this can take several hours. If, for some reason, the process is interrupted I loose all the previously calculated generations.
Would it be possible for you to add an option that allows to auto-save the model during the ‚fit()‘ operation in training, e.g. every number of n generations?
The text was updated successfully, but these errors were encountered:
Thank you. Yes you are right. Could have had the idea myself….
However one question: if I reload a previously trained SybolicRegressor and evolve with warm_start further generations, I observed that it displays very high ‚population average fitness’ values (>10^20), whereas the best individual values for fitness continue around where the previous training round finished. Is it just a matter of display, or because the old population averages are not saved with the model …. ?
Please excuse if my question is naive or ignorant.
If this values are just abmattet of display, then your proposal is actually the one will do. Thx
I find myself frequently in the situation to train e.g. a symbolic Regressor on my local pc. With higher number of generations this can take several hours. If, for some reason, the process is interrupted I loose all the previously calculated generations.
Would it be possible for you to add an option that allows to auto-save the model during the ‚fit()‘ operation in training, e.g. every number of n generations?
The text was updated successfully, but these errors were encountered: