Skip to content

Commit

Permalink
Modified file inclusions (since BinomialLikelihood is a specific use …
Browse files Browse the repository at this point in the history
…case).
  • Loading branch information
khaiyichin committed Oct 31, 2024
1 parent 8437ef7 commit 526e048
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 140 deletions.
3 changes: 1 addition & 2 deletions doc/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ svgd.Run();
At the moment, this library provides the following classes:
1. Models:
- `MultivariateNormal`
- `BinomialLikelihood`
2. Kernels:
- `GaussianRBF`
3. Optimizers:
Expand Down Expand Up @@ -125,7 +124,7 @@ In a nutshell, you create function objects as desired that are used to update ei
>Corresponding independent variables vector was written to binary a file.
>```
>ℹ️: `VectorXADd` and `MatrixXADd` are aliases for `Eigen::VectorXd<CppAD::AD<double>>` and `Eigen::MatrixXd<CppAD::AD<double>>` respectively. The `CppAD::AD<double>` type is a `double` type that is used by the CppAD library to perform automatic differentiation. To convert between the `double` and `CppAD::AD<double>` types you can use `ConvertToCppAD` and `ConvertFromCppAD`.
>ℹ️ `VectorXADd` and `MatrixXADd` are aliases for `Eigen::VectorXd<CppAD::AD<double>>` and `Eigen::MatrixXd<CppAD::AD<double>>` respectively. The `CppAD::AD<double>` type is a `double` type that is used by the CppAD library to perform automatic differentiation. To convert between the `double` and `CppAD::AD<double>` types you can use `ConvertToCppAD` and `ConvertFromCppAD`.
#### Method 1: use the Kernel or Model base class directly
This is the simplest method and is useful if you don't need specific variables/functionalities in your `Model` and/or `Kernel` classes.
Expand Down
58 changes: 0 additions & 58 deletions include/SVGDCpp/Model/BinomialLikelihood.hpp

This file was deleted.

80 changes: 0 additions & 80 deletions include/SVGDCpp/Model/BinomialNormalPosterior.hpp

This file was deleted.

0 comments on commit 526e048

Please sign in to comment.