Searched refs:upper_bounds_ (Results 1 – 1 of 1) sorted by relevance
188 if (upper_bounds_.get() == NULL) { in SetUpperBound()189 upper_bounds_.reset(new double[size_]); in SetUpperBound()190 std::fill(upper_bounds_.get(), in SetUpperBound()191 upper_bounds_.get() + size_, in SetUpperBound()195 upper_bounds_[index] = upper_bound; in SetUpperBound()231 if (upper_bounds_.get() != NULL) { in Plus()233 x_plus_delta[i] = std::min(x_plus_delta[i], upper_bounds_[i]); in Plus()291 if (upper_bounds_.get() == NULL) { in UpperBoundForParameter()294 return upper_bounds_[index]; in UpperBoundForParameter()387 scoped_array<double> upper_bounds_; variable