From ee7ac6efc632273274b0218bd66aa74b09aa8a2d Mon Sep 17 00:00:00 2001 From: Marcel Kronfeld Date: Wed, 2 Feb 2011 10:27:33 +0000 Subject: [PATCH] Updated version information --- resources/EvA2.props | 2 +- src/eva2/EvAInfo.java | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/EvA2.props b/resources/EvA2.props index d6296dfa..db463063 100644 --- a/resources/EvA2.props +++ b/resources/EvA2.props @@ -18,4 +18,4 @@ ModulePackage = eva2.server.modules ModuleFilterClass = eva2.server.modules.AbstractModuleAdapter # Full EvA2 version number -EvA2Version = 2.045 \ No newline at end of file +EvA2Version = 2.046 \ No newline at end of file diff --git a/src/eva2/EvAInfo.java b/src/eva2/EvAInfo.java index 310a594b..920a5ce2 100644 --- a/src/eva2/EvAInfo.java +++ b/src/eva2/EvAInfo.java @@ -9,6 +9,10 @@ import eva2.tools.BasicResourceLoader; * Main product and version information strings. * * --- Changelog + * 2.046: Adaptions to the MatlabInterface: explicit data types are used now, added integer problem support. + * Additional Integer operators: segment-wise mutation and crossover. Added an abstraction over individual + * initialization methods. Added the ERPStarter class which is an example for running a csv-configured + * optimization. Some bug-fixes and clean-ups. * 2.045: Added MOOCMAES (de Paly); compatibility with Java 1.5 (Draeger); Revision of the statistics class * with improved pipelining of data (InterfaceAdditionalPopulationInformer); improved FunctionArea * concerning history, labels, legend and graph coloring; improved StringSelection; restructured