jdeoptim

Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters

License

License

GroupId

GroupId

com.vsthost.rnd
ArtifactId

ArtifactId

jdeoptim
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

jdeoptim
Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters
Project URL

Project URL

https://github.com/vst/jdeoptim

Download jdeoptim

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.4.1
com.vsthost.rnd : commons-math-extensions jar 0.0.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2