evolutionary-computation-benchmark-functions

A Clojure library designed to run benchmark functions which are famous in evolutionary computation groups. The library status is under development.

Leiningen/Boot

[evolutionary-computation-benchmark-functions "0.2.2"]

Clojure CLI/deps.edn

evolutionary-computation-benchmark-functions/evolutionary-computation-benchmark-functions {:mvn/version "0.2.2"}

Gradle

implementation("evolutionary-computation-benchmark-functions:evolutionary-computation-benchmark-functions:0.2.2")

Maven

<dependency>
  <groupId>evolutionary-computation-benchmark-functions</groupId>
  <artifactId>evolutionary-computation-benchmark-functions</artifactId>
  <version>0.2.2</version>
</dependency>