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.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("evolutionary-computation-benchmark-functions:evolutionary-computation-benchmark-functions:0.1.1-SNAPSHOT")

Maven

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