The day of typo: another problem of the exact same type

Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2020-10-16 23:13:57 +02:00
parent 82a1342579
commit 677fcc2bb1
+1 -1
View File
@@ -242,7 +242,7 @@ StoreBestCoordinates<arma::mat> cb;
optimizer.Optimize(f, coordinates, cb);
std::cout << "The optimized model found by AdaDelta has the "
<< "parameters " << cb.BestCoordinatest();
<< "parameters " << cb.BestCoordinates();
```
</details>