From 2fbf0f9b8fd15a9117d4527e421357ab27a4746c Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Fri, 15 Mar 2024 12:38:05 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6a510813..109f8124 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ The benchmarks that are included comprise ZDT, DTLZ, WFG, and the knapsack probl The goal of Opt4J is to simplify the evolutionary optimization of user-defined problems as well as the implementation of arbitrary meta-heuristic optimization algorithms. For this purpose, Opt4J relies on a module-based implementation and offers a graphical user interface for the configuration as well as a visualization of the optimization process. +## Java Versions +Starting with Release 3.4, Opt4J requires Java 21 (LTS) or higher. Opt4J version 3.3 and lower is Java 11 compatible. + ## Usage Opt4J can be used as standalone Swing-based application or as a library.