libmrpt-graphs2.14

Mobile Robot Programming Toolkit - graphs library

The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed to help robotics researchers to design and implement algorithms in the fields of Simultaneous Localization and Mapping (SLAM), computer vision, and motion planning (obstacle avoidance).

ytmusicapi

Authentication command for YouTube Music

ytmusicapi is a Python 3 library to send requests to the YouTube Music API. It emulates YouTube Music web client requests using the user's cookie data for authentication.

python3-pytest-shell-utilities

fixtures and code to help with running shell commands on tests (Python3 version)

This pytest plugin provides a basic fixture shell which uses subprocess.Popen to run commands against the running system on a shell while providing a nice assert'able return class.

python3-propcache

Fast property caching (Python)

The module provides a fast implementation of cached properties for Python 3.9+.

liblink-grammar5t64

Carnegie Mellon University's link grammar parser (libraries)

In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar.

python3-bayesian-optimization

Bayesian Optimization package

Pure Python implementation of bayesian global optimization with gaussian processes. This is a constrained global optimization package built upon bayesian inference and gaussian process, that attempts to find the maximum value of an unknown function in as few iterations as possible. This technique is particularly suited for optimization of high cost functions, situations where the balance between exploration and exploitation is important.