AlgorithmicCompetition

Computational models of algorithmic competition

https://github.com/jeremiahpslewis/algorithmiccompetition.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 (8.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Computational models of algorithmic competition

Basic Info
  • Host: GitHub
  • Owner: jeremiahpslewis
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 91.4 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 5
  • Releases: 6
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

AlgorithmicCompetition.jl

DOI

CI

OpenSSF Best Practices

ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Tools for structuring and scaling research into algorithmic competition.

Components:

  • Reinforcement learning models of algorithmic competition

How to Run

```julia import AlgorithmicCompetition using Distributed

nprocs = 2 # update number of parallel processes

procs = addprocs( nprocs, topology = :masterworker, exeflags = ["--threads=1", "--project=$(Base.active_project())"], )

@everywhere begin using Pkg Pkg.instantiate() using AlgorithmicCompetition end

aiapcresults = AlgorithmicCompetition.runaiapc() ```

For citations of works this project is based on, see citations.bib.

How to Run on PC2 Cluster

bash tmux TASK=DDDC bash src/run_pc2.sh

AI / LLM Usage Statement

This project uses Github Copilot and Chat-GPT 3 to assist software development and optimize code performance.

Owner

  • Name: Jeremiah
  • Login: jeremiahpslewis
  • Kind: user
  • Location: Berlin

berlin / economics & computation / information economics / micro theory

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: AlgorithmicCompetition.jl
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Jeremiah
    family-names: Lewis
    orcid: 'https://orcid.org/0000-0002-7104-4620'
repository-code: >-
  https://github.com/jeremiahpslewis/AlgorithmicCompetition.jl
license: MIT

GitHub Events

Total
  • Delete event: 10
  • Push event: 235
  • Pull request event: 34
  • Pull request review event: 1
  • Create event: 296
Last Year
  • Delete event: 10
  • Push event: 235
  • Pull request event: 34
  • Pull request review event: 1
  • Create event: 296

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 115
  • Average time to close issues: 3 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 3.5
  • Average comments per pull request: 0.17
  • Merged pull requests: 106
  • Bot issues: 0
  • Bot pull requests: 43
Past Year
  • Issues: 0
  • Pull requests: 24
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • jeremiahpslewis (4)
  • JuliaTagBot (1)
Pull Request Authors
  • jeremiahpslewis (107)
  • github-actions[bot] (46)
Top Labels
Issue Labels
Pull Request Labels
formatting (46) automated pr (46) no changelog (46)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 1 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
juliahub.com: AlgorithmicCompetition

Computational models of algorithmic competition

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1 Total
Rankings
Dependent repos count: 10.2%
Dependent packages count: 37.6%
Average: 40.4%
Forks count: 54.2%
Stargazers count: 59.4%
Last synced: 10 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
  • technote-space/workflow-conclusion-action v2 composite
  • voxmedia/github-action-slack-notify-build v1 composite
.github/workflows/JuliaFormatter.yml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/JuliaNightly.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.devcontainer/Dockerfile docker
  • julia 1.8 build
.github/workflows/CompatHelper.yml actions