项目作者: pin3da

项目描述 :
C++ Gaussian Process Library
高级语言: C++
项目地址: git://github.com/pin3da/gplib.git
创建时间: 2015-03-01T20:34:26Z
项目社区:https://github.com/pin3da/gplib

开源协议:

下载


gplib

Build status : Build Status

C++ Gaussian Process Library

Requirements/Dependencies

Example in debian-based distributions

  1. $apt_pref update
  2. $apt_pref install libarmadillo-dev g++ libboost-test-dev libnlopt-dev

Notes:

  • Install Armadillo from the source code, for a more updated version. link
  • If you install nlopt from the source code remember to set the enable_shared flag.

Installation

Installation can be done by the standard make && make install. If the boost
unittest framework is install check and installcheck can be run for sanity
checking.

  1. git clone https://github.com/pin3da/gplib.git
  2. cd gplib
  3. make
  4. make check
  5. make install
  6. make installcheck

The most commonly useful overrides are setting CXX, to change the compiler
used, and PREFIX to change install location. The CXX prefix should be used on
all targets as the compiler version is used in the build path. PREFIX is only
relevant for the install target.

Example compiling with clang++

  1. export CXX=clang++
  2. make
  3. make check

Contributing

Contribution to this library is welcome and it is suggested using pull requests
in github that will then be reviewed and merged or commented on. A more specific
contribution guideline is outlined on the zmq site

Please feel free to add yourself to the AUTHORS file in an alphanumerically
sorted way before you raise the pull request.

Documentation

Most of the code is now commented with doxygen style tags, and a basic configuration file to generate them is in the root directory.

To build the documentation with doxygen use

  1. doxygen

And the resulting html or latex docs will be in the docs/html or docs/latex directories.

An online version of this documentation is brought to you by gh-pages

Disclaimer : The online documentation may be outdated

Licensing

The library is released under the MPLv2 license.

Please see LICENSE for full details.


Developed by In-silico.