Nits on NSGA2 (#262)

Minor grammar fix.
This commit is contained in:
Nanubala Gnana Sai
2021-03-05 17:08:32 -05:00
committed by GitHub
parent da0d2f03cb
commit 28a37d835b
+1 -1
View File
@@ -75,7 +75,7 @@ typename MatType::elem_type NSGA2::Optimize(
if (lowerBound.n_rows == 1)
lowerBound = lowerBound(0, 0) * arma::ones(iterate.n_rows, iterate.n_cols);
// Check if lower bound is a vector of a single dimension.
// Check if upper bound is a vector of a single dimension.
if (upperBound.n_rows == 1)
upperBound = upperBound(0, 0) * arma::ones(iterate.n_rows, iterate.n_cols);