Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://stochastictree.github.io/stochtree-r/
url: https://stochtree.ai/
template:
bootstrap: 5

Expand Down Expand Up @@ -117,6 +117,9 @@ reference:
Miscellaneous "utility" classes and functions
contents:
- sample_without_replacement
- expand_dims_1d
- expand_dims_2d
- expand_dims_2d_diag

- title: Package info
desc: >
Expand Down
2 changes: 1 addition & 1 deletion include/stochtree/tree_sampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static inline void EvaluateAllPossibleSplits(
data_size_t& valid_cutpoint_count, CutpointGridContainer& cutpoint_grid_container, data_size_t node_begin, data_size_t node_end, std::vector<double>& variable_weights,
std::vector<FeatureType>& feature_types, std::vector<bool>& feature_subset, LeafSuffStatConstructorArgs&... leaf_suff_stat_args
) {
// Initialize sufficient statistics
// Initialize sufficient statistics
LeafSuffStat node_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
LeafSuffStat left_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
LeafSuffStat right_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
Expand Down
80 changes: 0 additions & 80 deletions tools/setup/setup_r_dependencies.R

This file was deleted.

Loading