Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.57 KB

MS-project

Master's Project

CircleCI Coverage Status codecov BCH compliance Updates Python 3 license

autoks: Automated Kernel Search

evalg: Evolutionary Algorithms

Installation

Make sure to install the forked version of GPy:

pip install git+git://github.com/lschlessinger1/GPy#egg=GPy

See the corresponding notebooks with kernel definitions here.

Testing

Tests are included in the src/tests folder. You can invoke them using the pytest package.