bischtob / Opterax

An gradient-free optimization suite written in JAX. We conform to the optax interface and provide ensemble-based optimizers.
Other
1 stars 0 forks source link

Remove custom covariance in examples #6

Closed bischtob closed 3 years ago

bischtob commented 3 years ago

Just remove the custom covariance function and replace it with the numpy-style covariance function. This removes duplicate code and reuses existing infrastructure.