sustainable-processes / summit

Optimising chemical reactions using machine learning
https://gosummit.readthedocs.io/en/latest/
MIT License
118 stars 24 forks source link

Prevent Retraining of ExperimentalEmulator on Initialization #258

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR addresses issue #243. The ExperimentalEmulator was being retrained every time it was initialized. This is not efficient and can lead to inconsistent results.

Changes made:

This change will improve the efficiency of the ExperimentalEmulator and ensure consistent results across runs.

Fixes #243.