Removed erroneos newline

Removed a newline character that split `the` into `th\ne`
This commit is contained in:
alimongo
2022-05-17 09:46:30 +01:00
committed by GitHub
parent 0028e0c783
commit 2c0593b7f9

View File

@@ -71,8 +71,7 @@ with the goals of training with DP.
However, the noise is typically undirected, and hence not as accurate as training with However, the noise is typically undirected, and hence not as accurate as training with
the actual evolutions of simulations. Hence, this noise can be a good starting point the actual evolutions of simulations. Hence, this noise can be a good starting point
for training setups that tend to overfit. However, if possible, it is preferable to incorporate the for training setups that tend to overfit. However, if possible, it is preferable to incorporate the
actual solver in th actual solver in the training loop via a DP approach.
e training loop via a DP approach.
--- ---