SG++-Doxygen-Documentation
Related Pages
Here is a list of all related documentation pages:
[detail level 123]
 Copyright
 Developer ManualOn this page, we describe best coding practices for SG++
 Usage ExamplesThis is a collection of examples from all modules
 C++ ExamplesThis is a list of all C++ examples
 Using the DataMatrix objectThis example shows how to initialize a DataMatrix object, store it to a file and then to restore it back
 Using the DataVector objectThis example shows how to initialize a DataVector object, store it to a file and then to restore it back
 Detect the configuration of OpenCL platformsThis code detects the configuration of the OpenCL platforms available on the machine and outputs it to a file
 Interaction-Term aware sparse grids.This example shows how grids with more interaction terms differ from simpler grids
 Generalised Sparse GridsThis example creates a generalised grid
 Using JSONThis example demonstrates how to use the basic functionality of SG++ JSON API
 Spatially-Dimension-Adaptive Refinement in C++We compute the sparse grid interpolant of the function \( f(x) = \sin(\pi x).\) We perform spatially-dimension-adaptive refinement of the sparse grid model, which means we refine a particular grid point (locality) only in some dimensions (dimensionality)
 Quadrature in C++The following example shows how to integrate in SG++, using both direct integration of a sparse grid function and the use of Monte Carlo integration
 Refinement ExampleHere we demonstrate how to refine a grid
 tutorial.cpp (Start Here)To be able to quickly start with a toolkit, it is often advantageous (not only for the impatient users), to look at some code examples first
 Grid unserializationIn this example we show how to store a grid into a file and how to load it back into a sgpp::base::Grid object
 List of different Grid TypesThis example is supposed to simply demonstrate the available grid, boundary and basis function types
 bspline_pce.cppThis example can be found under combigrid/examples/bspline_pce.cpp
 Stochastic Collocation withB-Spline Combigrids
 gettingStarted.cpp (Start Here)This tutorial contains examples with increasing complexity to introduce you to the combigrid module
 interpolation.cppThis example can be found under combigrid/examples/interpolation.cpp
 PCE with CombigridsThis simple example shows how to create a Polynomial Chaos Expansion from an adaptively refined combigrid
 performance.cppThis example can be found under combigrid/examples/performance.cpp
 Stochastic Collocation with CombigridsThis simple example shows how to create a Stochastic Collocation surrogate from a regular combigrid
 benchmark_OrthoAdapt.cppThis example can be found under datadriven/examples/benchmark_OrthoAdapt.cpp
 buildMats.cppThis example can be found under datadriven/examples/buildMats.cpp
 Classification ExampleThis example shows how classification specific refinement strategies are used
 Learner Classification TestThis represents a small example how to use sparse grids for classification problems
 Regression LearnerThis example demonstrates sparse grid regression learning
 Learner SGDE OnlineThis example shows how to perform online-classification using sparse grid density estimation and conjugate gradients method
 Learner SGDE OnOffThis example shows how to perform offline/online-classification using sparse grid density estimation and matrix decomposition methods
 learner SGDEThis examples demonstrates density estimation
 learner SGDEThis examples demonstrates density estimation
 Learner SGDThis example shows how to perform online-classification using sparse grids and averaged stochastic gradient descent method
 Learner SVMThis example shows how to perform online-classification using the support vector machine with sparse grid kernels
 Classification Example MultipleClassRefinementHelper to create learner
 new_sgde.cppThis example can be found under datadriven/examples/new_sgde.cpp
 optimize_kde_bandwidth.cppThis example can be found under datadriven/examples/optimize_kde_bandwidth.cpp
 constrainedOptimization.cppThis example demonstrates the optimization of an objective function \( f\) with additional constraints
 optimization.cppOn this page, we look at an example application of the sgpp::optimization module
 FISTA SolverThis example demonstrates the FISTA solver for a toy dataset using using the elastic net regularization method with various regularization penalties
 Python ExamplesThis is a list of all Python examples
 Using the DataMatrix objectThis example shows how to initialize a DataMatrix object, store it to a file and then to restore it back
 Using the DataVector objectThis example shows how to initialize a DataVector object, store it to a file and then to restore it back
 Generalised Sparse GridsThis example creates a generalised grid
 Spatially-Dimension-Adaptive Refinement of ANOVA Components in PythonWe compute the sparse grid interpolant of the function \( f(x) = \sin(10x_0)+x_1.\) We perform spatially-dimension-adaptive refinement of the sparse grid model, which means we refine a particular grid point (locality) only in some dimensions (dimensionality)
 Spatially-Dimension-Adaptive Refinement in PythonWe compute the sparse grid interpolant of the function \( f(x) = \sin(\pi x).\) We perform spatially-dimension-adaptive refinement of the sparse grid model, which means we refine a particular grid point (locality) only in some dimensions (dimensionality)
 Quadrature in PythonThe following example shows how to integrate in SG++, using both direct integration of a sparse grid function and the use of Monte Carlo integration
 refinement.pyHere we demonstrate how to refine a grid
 Dimension-Adaptive Refinement in PythonWe compute the sparse grid interpolant of the function \( f(x) = \sin(10x_0)+x_1.\) We perform dimension-adaptive refinement of the sparse grid model, which means we add a complete hierarchical subspace in some dimensions
 tutorial.py (Start Here)To be able to quickly start with a toolkit, it is often advantageous (not only for the impatient users), to look at some code examples first
 bSplines.pyPlots anisotropic full grids that form part of the combination technique
 convergence.pySimple code that provides convergence plots for various analytic models
 example_comparison.py
 gettingStarted.py (Start Here)This tutorial contains examples with increasing complexity to introduce you to the combigrid module
 gridConverter.pyThis tutorial contains examples on how to convert sparse grids with a hierarchical basis to a sparse grid defined on the combination of anisotropic full grids (combination technique)
 PCE with Combigrids (Python)This simple example shows how to create a Polynomial Chaos Expansion from an adaptively refined combigrid
 plot_2d_sparse_grids.pyPlots anisotropic full grids that form part of the combination technique
 Point Distributions (Python)This simple example demonstrates the different types of 1-D point distributions available in the combigrid module
 Gaussian Weight PriorsThis example compares two different Gaussian priors for sparse grid regression
 Generalised Sparse GridsThis example tests generalised sparse grids
 Interaction Terms Aware Sparse GridsThis example compares standard sparse grids with sparse grids that only contain a subset of all possible interaction terms
 learnerExample.pyThis example can be found under datadriven/examples/learnerExample.py
 learnerSGDETest.pyThis example can be found under datadriven/examples/learnerSGDETest.py
 positive_density.pyThis example can be found under datadriven/examples/positive_density.py
 Calculating the regularization pathThis example generates a regularization path for sparsity-inducing penalties
 test_Rosenblatt.pyThis example can be found under datadriven/examples/test_Rosenblatt.py
 test_sgdeLaplace.pyThis example can be found under datadriven/examples/test_sgdeLaplace.py
 resumingLearningProcess.pyThis is an example of how to resume the learning process from a checkpoint without recalculating the last iteration
 optimization.pyOn this page, we look at an example application of the sgpp::optimization module
 LTwoDotTest.pyThis example can be found under pde/examples/LTwoDotTest.py
 Java ExamplesThis is a list of all Java examples
 Refinement ExampleHere we demonstrate how to refine a grid
 tutorial.java (Start Here)To be able to quickly start with a toolkit, it is often advantageous (not only for the impatient users), to look at some code examples first
 Learner SGDEThis tutorial demostrates the sparse grid density estimation
 optimization.javaOn this page, we look at an example application of the sgpp::optimization module
 MATLAB ExamplesThis is a list of all MATLAB examples
 tutorial.m (Start Here)To be able to quickly start with a toolkit, it is often advantageous (not only for the impatient users), to look at some code examples first
 optimization.mOn this page, we look at an example application of the sgpp::optimization module
 Integrate DakotaInstall and enable Dakota for sgpp::combigrid module
 Todo List
 Deprecated List