License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdde.sfuhrm |
ArtifactId | ArtifactIdgeneticalgorithm-example |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionGenetic Algorithm example
Classes for implementing genetic algorithms
|
<!-- https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm-example/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>geneticalgorithm-example</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm-example/
implementation 'de.sfuhrm:geneticalgorithm-example:2.1.0'
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm-example/
implementation ("de.sfuhrm:geneticalgorithm-example:2.1.0")
'de.sfuhrm:geneticalgorithm-example:jar:2.1.0'
<dependency org="de.sfuhrm" name="geneticalgorithm-example" rev="2.1.0">
<artifact name="geneticalgorithm-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='geneticalgorithm-example', version='2.1.0')
)
libraryDependencies += "de.sfuhrm" % "geneticalgorithm-example" % "2.1.0"
[de.sfuhrm/geneticalgorithm-example "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
de.sfuhrm : geneticalgorithm | jar | 2.1.0 |
args4j : args4j | jar | 2.33 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.jmockit : jmockit | jar | 1.49 |