nonsmoothdynamics.jl

Numerical methods for nonsmooth dynamics

https://github.com/tmigot/nonsmoothdynamics.jl

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Numerical methods for nonsmooth dynamics

Basic Info
  • Host: GitHub
  • Owner: tmigot
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 472 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 10
  • Releases: 0
Created about 1 year ago · Last pushed 6 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

NonSmoothDynamics

Stable Documentation In development documentation Build Status Test workflow status Lint workflow Status Docs workflow Status Coverage DOI Contributor Covenant All Contributors BestieTemplate

Projected Dynamical Systems (PDS)

Projected Dynamical Systems (PDS) extend classical dynamical systems by incorporating constraints that keep the system's state within a feasible set. The evolution of the system is described by:

Alt

where:

  • x(t) is the state of the system at time t,
  • F(x) is a vector field representing the dynamics (e.g., gradient, payoff vector),
  • P_{T_C} is the projection operator ensuring that x(t) remains in the feasible set C.

PDS is widely used in optimization, equilibrium modeling, and game theory to describe systems evolving under constraints. Applications include traffic flow, economic equilibria, and constrained optimization problems.

PDS are also highly connected with another nonsmooth dynamical system, the Moreau sweeping process.

This repository provides tools to simulate PDS, including discretized solutions and visualization of trajectories.

How to Cite

If you use NonSmoothDynamics.jl in your work, please cite using the reference given in CITATION.cff.

Contributing

If you want to make contributions of any kind, please first that a look into our contributing guide directly on GitHub or the contributing page on the website


Contributors

Tangi Migot
Tangi Migot

🚇 ⚠️ 💻

Owner

  • Login: tmigot
  • Kind: user
  • Location: Montréal

Citation (CITATION.cff)

# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: NonSmoothDynamics.jl
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Tangi Migot
    email: tangi.migot@gmail.com

GitHub Events

Total
  • Issues event: 7
  • Watch event: 2
  • Delete event: 20
  • Issue comment event: 6
  • Public event: 1
  • Push event: 22
  • Pull request review event: 4
  • Pull request event: 25
  • Create event: 13
Last Year
  • Issues event: 7
  • Watch event: 2
  • Delete event: 20
  • Issue comment event: 6
  • Public event: 1
  • Push event: 22
  • Pull request review event: 4
  • Pull request event: 25
  • Create event: 13

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 8
  • Total pull requests: 24
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.21
  • Merged pull requests: 20
  • Bot issues: 1
  • Bot pull requests: 15
Past Year
  • Issues: 8
  • Pull requests: 24
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.21
  • Merged pull requests: 20
  • Bot issues: 1
  • Bot pull requests: 15
Top Authors
Issue Authors
  • tmigot (7)
Pull Request Authors
  • github-actions[bot] (10)
  • tmigot (9)
  • allcontributors[bot] (2)
  • dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
chore (9) dependencies (2) github_actions (1)

Dependencies

.github/workflows/CompatHelper.yml actions
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Docs.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Lint.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
  • lycheeverse/lychee-action v2 composite
.github/workflows/PreCommitUpdate.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/create-pull-request v7 composite
.github/workflows/ReusableTest.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/Test.yml actions
.github/workflows/TestOnPRs.yml actions