package
0.0.0-20191110222447-8506d3040732
Repository: https://github.com/d4l3k/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.