blm

A simple model to describe the backlash effect in physics simulations

https://github.com/famura/blm

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary

Keywords

backlash physics-model physics-simulation
Last synced: 6 months ago · JSON representation

Repository

A simple model to describe the backlash effect in physics simulations

Basic Info
  • Host: GitHub
  • Owner: famura
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 98.6 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
backlash physics-model physics-simulation
Created almost 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Backlash Model with Linear Decision Boundaries (blm)

license python-versions codecov black isort

A simple model to describe the backlash effect in physics simulations based on numpy

The model implemented in this package was published as:
J. Vörös, "Modeling and identification of systems with backlash", Automatica, 2008, link to pdf

Support

If you use code or ideas from this repository for your projects or research, please cite it. @misc{Muratore_blm, author = {Fabio Muratore}, title = {blm - A simple model to describe the backlash effect in physics simulations}, year = {2021}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/famura/blm}} }

Installation

To install the core part of the package run pip install blm

For (local) development install the dependencies with pip install -e .[dev]

Getting Started

Play around with the model's parameters in the demo.py scirpt cd examples python demo.py

demo

Owner

  • Name: Fabio Muratore
  • Login: famura
  • Kind: user
  • Company: Bosch Center for Artificial Intelligence (BCAI)

Research Engineer at Bosch

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 14
  • Total Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.5
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Fabio Muratore f****e@f****t 7
Fabio Muratore 3****a 7
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.6
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • famura (4)
Top Labels
Issue Labels
Pull Request Labels
bug (2) documentation (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 54 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
  • Total maintainers: 1
pypi.org: blm

A simple model to describe the backlash effect in physics simulations

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 54 Last month
Rankings
Dependent packages count: 7.3%
Dependent repos count: 22.1%
Stargazers count: 27.9%
Average: 28.4%
Forks count: 30.0%
Downloads: 54.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • https *
  • numpy *
  • tabulate *
  • tqdm *
.github/workflows/run_tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v1 composite
pyproject.toml pypi
.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • isort/isort-action v1 composite
  • psf/black stable composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite