| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdde.sfuhrm |
| ArtifactId | ArtifactIdgeneticalgorithm |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGenetic Algorithm library
Classes for implementing genetic algorithms
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| geneticalgorithm-3.0.0.pom | |
| geneticalgorithm-3.0.0.jar | 7 KB |
| geneticalgorithm-3.0.0-sources.jar | 7 KB |
| geneticalgorithm-3.0.0-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>geneticalgorithm</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation 'de.sfuhrm:geneticalgorithm:3.0.0'
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation ("de.sfuhrm:geneticalgorithm:3.0.0")
'de.sfuhrm:geneticalgorithm:jar:3.0.0'
<dependency org="de.sfuhrm" name="geneticalgorithm" rev="3.0.0">
<artifact name="geneticalgorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='geneticalgorithm', version='3.0.0')
)
libraryDependencies += "de.sfuhrm" % "geneticalgorithm" % "3.0.0"
[de.sfuhrm/geneticalgorithm "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.jmockit : jmockit | jar | 1.49 |