{"id":32573272,"url":"https://github.com/pin3da/gplib","last_synced_at":"2025-10-29T10:50:52.301Z","repository":{"id":28015048,"uuid":"31509775","full_name":"pin3da/gplib","owner":"pin3da","description":"C++ Gaussian Process Library","archived":false,"fork":false,"pushed_at":"2016-02-06T03:46:30.000Z","size":9185,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-08T09:10:14.917Z","etag":null,"topics":["c-plus-plus","gaussian-processes","machine-learning","machine-learning-library"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pin3da.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-01T20:34:26.000Z","updated_at":"2023-07-25T11:16:42.000Z","dependencies_parsed_at":"2022-09-04T09:01:12.842Z","dependency_job_id":null,"html_url":"https://github.com/pin3da/gplib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pin3da/gplib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin3da%2Fgplib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin3da%2Fgplib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin3da%2Fgplib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin3da%2Fgplib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pin3da","download_url":"https://codeload.github.com/pin3da/gplib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin3da%2Fgplib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281608615,"owners_count":26530372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","gaussian-processes","machine-learning","machine-learning-library"],"created_at":"2025-10-29T10:50:20.010Z","updated_at":"2025-10-29T10:50:52.295Z","avatar_url":"https://github.com/pin3da.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"gplib\n=====\n\nBuild status : [![Build Status](https://travis-ci.org/pin3da/gplib.svg?branch=master)](https://travis-ci.org/pin3da/gplib)\n\nC++ Gaussian Process Library\n\nRequirements/Dependencies\n------------\n\n- [Armadillo](http://arma.sourceforge.net/).\n- C++11 compliant compiler. (g++ \u003e= 4.7, clang++ \u003e= 3.5).\n- (Optinal, only for test) [Boost test suites](http://www.boost.org/doc/libs/1_57_0/libs/test/doc/html/index.html).\n- [NLOpt Optimization library](http://ab-initio.mit.edu/wiki/index.php/NLopt).\n\nExample in debian-based distributions\n\n    $apt_pref update\n    $apt_pref install libarmadillo-dev g++ libboost-test-dev libnlopt-dev\n\n\nNotes:\n- Install Armadillo from the source code, for a more updated version. [link](http://arma.sourceforge.net/download.html)\n- If you install nlopt from the source code remember to set the [enable\\_shared flag.](http://ab-initio.mit.edu/wiki/index.php/NLopt_Installation#Shared_libraries)\n\n\nInstallation\n------------\n\nInstallation can be done by the standard make \u0026\u0026 make install. If the boost\nunittest framework is install check and installcheck can be run for sanity\nchecking.\n\n    git clone https://github.com/pin3da/gplib.git\n    cd gplib\n    make\n    make check\n    make install\n    make installcheck\n\nThe most commonly useful overrides are setting CXX, to change the compiler\nused, and PREFIX to change install location. The CXX prefix should be used on\nall targets as the compiler version is used in the build path. PREFIX is only\nrelevant for the install target.\n\nExample compiling with clang++\n\n    export CXX=clang++\n    make\n    make check\n\n\nContributing\n============\n\nContribution to this library is welcome and it is suggested using pull requests\nin github that will then be reviewed and merged or commented on. A more specific\ncontribution guideline is outlined on the [zmq site](http://zeromq.org/docs:contributing)\n\nPlease feel free to add yourself to the [AUTHORS](https://github.com/pin3da/gplib/blob/master/AUTHORS) file in an alphanumerically\nsorted way before you raise the pull request.\n\nDocumentation\n=============\n\nMost of the code is now commented with doxygen style tags, and a basic configuration file to generate them is in the root directory.\n\nTo build the documentation with doxygen use\n\n    doxygen\n\nAnd the resulting html or latex docs will be in the docs/html or docs/latex directories.\n\nAn online version of this documentation is brought to you by [gh-pages](http://pin3da.github.io/gplib/)\n\n*Disclaimer : The online documentation may be outdated*\n\nLicensing\n=========\n\nThe library is released under the MPLv2 license.\n\nPlease see LICENSE for full details.\n\n_______\n\nDeveloped by In-silico.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpin3da%2Fgplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpin3da%2Fgplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpin3da%2Fgplib/lists"}