Searched refs:lower_bounds_ (Results 1 – 1 of 1) sorted by relevance
201 if (lower_bounds_.get() == NULL) { in SetLowerBound()202 lower_bounds_.reset(new double[size_]); in SetLowerBound()203 std::fill(lower_bounds_.get(), in SetLowerBound()204 lower_bounds_.get() + size_, in SetLowerBound()208 lower_bounds_[index] = lower_bound; in SetLowerBound()225 if (lower_bounds_.get() != NULL) { in Plus()227 x_plus_delta[i] = std::max(x_plus_delta[i], lower_bounds_[i]); in Plus()283 if (lower_bounds_.get() == NULL) { in LowerBoundForParameter()286 return lower_bounds_[index]; in LowerBoundForParameter()388 scoped_array<double> lower_bounds_; variable