An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/JedS6391/LGP

ai genetic-programming gp jvm kotlin lgp linear-genetic-programming machine-learning

Score: 5.84354441703136

Last synced: about 10 hours ago
JSON representation

Repository metadata:

A robust Linear Genetic Programming implementation on the JVM using Kotlin.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 months ago

Total Commits: 433
Total Committers: 3
Avg Commits per committer: 144.333
Development Distribution Score (DDS): 0.005

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Jed Simson j****n@g****m 431
hw168 h****8@s****z 1
Ulrik Guenther h****o@u****s 1

Issue and Pull Request metadata

Last synced: 10 months ago

Total issues: 22
Total pull requests: 50
Average time to close issues: 7 months
Average time to close pull requests: about 21 hours
Total issue authors: 3
Total pull request authors: 3
Average comments per issue: 0.68
Average comments per pull request: 0.48
Merged pull request: 49
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/JedS6391/LGP

Top Issue Authors

  • JedS6391 (18)
  • homonecloco (3)
  • mmayo888 (1)

Top Pull Request Authors

  • JedS6391 (48)
  • skalarproduktraum (1)
  • HongyuJerryWang (1)

Top Issue Labels

  • enhancement (9)
  • investigation (3)
  • bug (2)
  • help wanted (1)

Top Pull Request Labels

  • enhancement (3)

Package metadata

repo1.maven.org: nz.co.jedsimson.lgp:core

A robust Linear Genetic Programming implementation on the JVM using Kotlin.

  • Homepage: https://github.com/JedS6391/LGP
  • Documentation: https://appdoc.app/artifact/nz.co.jedsimson.lgp/core/
  • Licenses: MIT License
  • Latest release: 5.3 (published over 4 years ago)
  • Last Synced: 2026-04-10T11:02:11.808Z (2 months ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Rankings:
    • Dependent repos count: 20.759%
    • Dependent packages count: 32.979%
    • Average: 34.41%
    • Stargazers count: 40.135%
    • Forks count: 43.767%
repo1.maven.org: nz.co.jedsimson.lgp:LGP

A robust Linear Genetic Programming implementation on the JVM using Kotlin.

  • Homepage: https://github.com/JedS6391/LGP
  • Documentation: https://appdoc.app/artifact/nz.co.jedsimson.lgp/LGP/
  • Licenses: MIT License
  • Latest release: 5.2 (published over 4 years ago)
  • Last Synced: 2026-04-08T10:01:33.241Z (3 months ago)
  • Versions: 7
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Rankings:
    • Dependent repos count: 20.759%
    • Dependent packages count: 32.979%
    • Average: 34.41%
    • Stargazers count: 40.135%
    • Forks count: 43.767%
repo1.maven.org: nz.co.jedsimson.lgp:lib

A library of implementations for core LGP framework components.

  • Homepage: https://github.com/JedS6391/LGP
  • Documentation: https://appdoc.app/artifact/nz.co.jedsimson.lgp/lib/
  • Licenses: MIT License
  • Latest release: 5.3 (published over 4 years ago)
  • Last Synced: 2026-04-10T11:02:05.390Z (2 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Rankings:
    • Dependent repos count: 20.759%
    • Average: 38.702%
    • Stargazers count: 40.135%
    • Forks count: 43.767%
    • Dependent packages count: 50.146%

Dependencies

core/build.gradle.kts maven
  • com.google.code.gson:gson 2.8.8 implementation
  • com.opencsv:opencsv 5.5.2 implementation
  • io.github.microutils:kotlin-logging-jvm 2.0.10 implementation
  • org.jetbrains.kotlin:kotlin-stdlib-jdk8 * implementation
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.3.1 implementation
  • org.junit.jupiter:junit-jupiter-api 5.8.1 testCompileOnly
  • org.junit.jupiter:junit-jupiter-params 5.8.1 testCompileOnly
  • com.nhaarman.mockitokotlin2:mockito-kotlin 2.2.0 testImplementation
  • org.spekframework.spek2:spek-dsl-jvm 2.0.17 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.8.1 testRuntimeOnly
  • org.spekframework.spek2:spek-runner-junit5 2.0.17 testRuntimeOnly
lib/build.gradle.kts maven
  • com.fasterxml.jackson.core:jackson-databind 2.13.0 implementation
  • com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.13.0 implementation
  • com.fasterxml.jackson.module:jackson-module-kotlin 2.13.0 implementation
  • org.jetbrains.kotlin:kotlin-stdlib-jdk8 * implementation