SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
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
 benchmark_gridInteraction.cppThis example can be found under base/examples/benchmark_gridInteraction.cpp
 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
 Combigrid Example Dimensional Adaptivity (C++)In this example, we use the combigrid module to adapt a combination grid solution to best interpolate a test function at a given point
 Combigrid Example (C++)In this example, we use the combigrid module to interpolate a test function on a two-dimensional regular sparse grid with the combination technique and hierarchical B-splines
 examplePCE.cppThis example can be found under datadriven/examples/examplePCE.cpp
 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 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 SGDThis example shows how to perform online-classification using sparse grids and averaged stochastic gradient descent method
 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
 Constrained OptimizationThis example demonstrates the optimization of an objective function \( f\) with additional constraints
 Fuzzy Extension Principle (C++)We consider an example for the application of the fuzzy extension principle to fuzzy input uncertainties to obtain a fuzzy output interval using three different methods: optimization of the objective function, optimization of a piecewise linear sparse grid surrogate, and optimization of a surrogate with B-splines on sparse grids
 Optimization Example (C++)On 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
 Combigrid Example Dimensional Adaptivity (Python)In this example, we use the combigrid module for dimensional adaptivity
 Combigrid Example (Python)In this example, we use the combigrid module to interpolate a test function on a two-dimensional regular sparse grid with the combination technique and hierarchical B-splines
 Generalised Sparse GridsThis example tests generalised sparse grids
 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
 test_Rosenblatt.pyThis example can be found under datadriven/examples/test_Rosenblatt.py
 Fuzzy Extension Principle (Python)We consider an example for the application of the fuzzy extension principle to fuzzy input uncertainties to obtain a fuzzy output interval using three different methods: optimization of the objective function, optimization of a piecewise linear sparse grid surrogate, and optimization of a surrogate with B-splines on sparse grids
 Optimization Example (Python)On this page, we look at an example application of the sgpp::optimization module
 splineResponseSurface_example.pyThis example can be found under optimization/examples/splineResponseSurface_example.py
 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 Example (Java)On 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 Example (MATLAB)On this page, we look at an example application of the sgpp::optimization module
 Integrate DakotaInstall and enable Dakota for sgpp::combigrid module
 SGDE MinerThis example demonstrates how a pysgpp.datadriven.SparseGridMiner is constructed using a configuration file and how it is then used
 Deprecated List
 Todo List