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.
- Host: GitHub
- URL: https://github.com/JedS6391/LGP
- Owner: JedS6391
- License: mit
- Created: 2017-04-19T01:37:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T05:46:17.000Z (over 4 years ago)
- Last Synced: 2026-04-14T13:05:30.802Z (2 months ago)
- Topics: ai, genetic-programming, gp, jvm, kotlin, lgp, linear-genetic-programming, machine-learning
- Language: Kotlin
- Homepage:
- Size: 5.15 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Owner metadata:
- Name: Jed Simson
- Login: JedS6391
- Email:
- Kind: user
- Description:
- Website: https://www.jedsimson.co.nz
- Location: New Zealand
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/7040200?u=67573f3da163b7fdbe5b1a4bf34608b42890598a&v=4
- Repositories: 11
- Last Synced at: 2023-03-07T04:25:14.914Z
- Profile URL: https://github.com/JedS6391
GitHub Events
Total
- Total: 0
Last Year
- Total: 0
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 | 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
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
- Total packages: 3
- Total downloads: unknown
- Total dependent packages: 2 (may contain duplicates)
- Total dependent repositories: 3 (may contain duplicates)
- Total versions: 9
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
- 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
- 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