V. 2.022
This commit is contained in:
parent
a831d85ed1
commit
763f2a45af
@ -3,13 +3,16 @@ package eva2;
|
||||
/**
|
||||
* Main product and version information strings.
|
||||
*
|
||||
* 2.022: Some changes to the SimpleProblemWrapper, not of great interest. However,
|
||||
* simple problems may now access a plot quite easily.
|
||||
*
|
||||
* @author mkron
|
||||
*
|
||||
*/
|
||||
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.021");
|
||||
public static final String versionNum = new String ("2.022");
|
||||
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