Coverage for jetgp/full_gddegp_sparse/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.10.7, created at 2026-04-07 22:13 -0500
« prev ^ index » next coverage.py v7.10.7, created at 2026-04-07 22:13 -0500
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3"""
4Sparse Cholesky variant of the GDDEGP model.
6Replaces the dense Cholesky factorisation in the NLML with a sparse
7inverse-Cholesky factor U built using the geometric sparsity criterion.
8"""