Cleaned up PF strategy.

This commit is contained in:
Marcel Kronfeld 2008-06-13 15:20:07 +00:00
parent 23207c6240
commit b97e4af64c

View File

@ -3,6 +3,7 @@ package eva2;
/** /**
* Main product and version information strings. * Main product and version information strings.
* *
* 2.023: Cleaned up the PF strategy
* 2.022: Some changes to the SimpleProblemWrapper, not of great interest. However, * 2.022: Some changes to the SimpleProblemWrapper, not of great interest. However,
* simple problems may now access a plot quite easily. * simple problems may now access a plot quite easily.
* *
@ -12,7 +13,7 @@ package eva2;
public class EvAInfo { public class EvAInfo {
public static final String productName = "EvA 2"; public static final String productName = "EvA 2";
public static final String productLongName = "Evolutionary Algorithms Workbench 2"; public static final String productLongName = "Evolutionary Algorithms Workbench 2";
public static final String versionNum = new String ("2.022"); public static final String versionNum = new String ("2.023");
public static final String url = "http://www.ra.cs.uni-tuebingen.de/software/EvA2"; public static final String url = "http://www.ra.cs.uni-tuebingen.de/software/EvA2";
public static final String propertyFile = "resources/EvA2.props"; public static final String propertyFile = "resources/EvA2.props";