Skip to content

Commit

Permalink
Removes Kernel cross-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed May 2, 2023
1 parent 8fb4eea commit d2f3722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Surrogates
Another module that has extensively restructured in v4 is the surrogates. Apart from the :class:`.SROM` method which
was retained as an independent algorithm, the previous Kriging functionality was removed. It is now replaced with
:class:`.GaussianProcessRegression`. The functionality of the Gaussian is constructed using object composition,
and the specific implementation of :class:`.Regression` and :class:`.Kernel` abstract base classes. An additional
and the specific implementation of :class:`.Regression` and :class:`Kernel` abstract base classes. An additional
functionality of constrained surrogates is added by implementing the :class:`.ConstraintsGPR` abstract class. The
functionality of :class:`.PolynomialChaosExpansion` was rewritten from scratch to address some performance issues of v3.
The Strategy Design pattern was used here as well, with three abstract base classes :class:`.Polynomials`,
Expand Down

0 comments on commit d2f3722

Please sign in to comment.