package
1.0.1
Repository: https://github.com/anyongjin/go-bayesopt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates a new Gaussian process with the specified covariance function (cov) and noise level (variance).

# Variables

No description provided by the author

# Structs

GP represents a gaussian process.
MaternCov calculates the covariance between a and b.

# Interfaces

Cov calculates the covariance between a and b.