We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5017b9d commit 6718c0bCopy full SHA for 6718c0b
1 file changed
tests/MarkovChain/MarkovChainFactoryTestSuite.cpp
@@ -14,11 +14,11 @@ namespace {
14
return 0.;
15
}
16
17
- std::optional<hops::VectorType> computeLogLikelihoodGradient(const hops::VectorType &x) {
+ std::optional<hops::VectorType> computeLogLikelihoodGradient(const hops::VectorType &) {
18
return std::nullopt;
19
20
21
- std::optional<hops::MatrixType> computeExpectedFisherInformation(const hops::VectorType &type) {
+ std::optional<hops::MatrixType> computeExpectedFisherInformation(const hops::VectorType &) {
22
23
24
0 commit comments