is not current version
Last Version 3.0.0

de.sfuhrm:geneticalgorithm 1.2.1

Classes for implementing genetic algorithms

Categories

Categories

Net
GroupId

GroupId

de.sfuhrm
ArtifactId

ArtifactId

geneticalgorithm
Version

Version

1.2.1
Type

Type

jar

Download geneticalgorithm 1.2.1


<!-- https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/ -->
<dependency>
    <groupId>de.sfuhrm</groupId>
    <artifactId>geneticalgorithm</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation 'de.sfuhrm:geneticalgorithm:1.2.1'
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation ("de.sfuhrm:geneticalgorithm:1.2.1")
'de.sfuhrm:geneticalgorithm:jar:1.2.1'
<dependency org="de.sfuhrm" name="geneticalgorithm" rev="1.2.1">
  <artifact name="geneticalgorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='geneticalgorithm', version='1.2.1')
)
libraryDependencies += "de.sfuhrm" % "geneticalgorithm" % "1.2.1"
[de.sfuhrm/geneticalgorithm "1.2.1"]