Changed Description annotation.

Added @Description to all F-Functions
This commit is contained in:
2013-12-10 20:25:22 +01:00
parent 5affc1544c
commit 6f72d70f94
52 changed files with 100 additions and 332 deletions

View File

@@ -18,7 +18,7 @@ import java.util.BitSet;
* This individual uses a binary genotype to code for a tree-based representation
* using a BNF grammar, see also Grammatical Evolution.
*/
@Description(text = "This is a GE individual suited to optimize programs.")
@Description(value = "This is a GE individual suited to optimize programs.")
public class GEIndividualProgramData extends AbstractEAIndividual implements InterfaceGAIndividual, InterfaceDataTypeProgram, java.io.Serializable {
protected GPArea[] m_Area;