Cleaned up PF strategy.
This commit is contained in:
parent
23207c6240
commit
b97e4af64c
@ -3,6 +3,7 @@ package eva2;
|
||||
/**
|
||||
* 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,
|
||||
* simple problems may now access a plot quite easily.
|
||||
*
|
||||
@ -12,7 +13,7 @@ package eva2;
|
||||
public class EvAInfo {
|
||||
public static final String productName = "EvA 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 propertyFile = "resources/EvA2.props";
|
||||
|
Loading…
x
Reference in New Issue
Block a user