Serialized Form


Package com.groovyj.jgprog

Class com.groovyj.jgprog.Chromosome implements Serializable

Serialized Fields

functions

Function[] functions

functionSet

Function[] functionSet
The allowable function/terminal list

depth

int[] depth

argTypes

Type[] argTypes

Class com.groovyj.jgprog.FitnessProportionateSelection implements Serializable

Class com.groovyj.jgprog.Function implements Serializable

Serialized Fields

returnType

Type returnType
The return type of this node.
Since:
1.0

arity

int arity

Class com.groovyj.jgprog.GreedyOverselection implements Serializable

Class com.groovyj.jgprog.Individual implements Serializable

Serialized Fields

chromosomes

Chromosome[] chromosomes

fitness

float fitness

Class com.groovyj.jgprog.MultiplexerADFWorld implements Serializable

Class com.groovyj.jgprog.MultiplexerWorld implements Serializable

Serialized Fields

vars

Variable[] vars

Class com.groovyj.jgprog.Population implements Serializable

Serialized Fields

individuals

Individual[] individuals

Class com.groovyj.jgprog.SelectionMethod implements Serializable

Class com.groovyj.jgprog.SymbolicRegressionWorld implements Serializable

Serialized Fields

x

java.lang.Float[] x

y

float[] y

vx

Variable vx

Class com.groovyj.jgprog.Type implements Serializable

Serialized Fields

type

int type

name

java.lang.String name

Class com.groovyj.jgprog.World implements Serializable

Serialized Fields

population

Population population

totalFitness

float totalFitness

GPListeners

javax.swing.event.EventListenerList GPListeners


Package com.groovyj.jgprog.functions

Class com.groovyj.jgprog.functions.Add implements Serializable

Class com.groovyj.jgprog.functions.ADF implements Serializable

Serialized Fields

chromosomeNum

int chromosomeNum

argTypes

Type[] argTypes

args

Argument[] args

stack

java.util.Stack stack

Class com.groovyj.jgprog.functions.And implements Serializable

Class com.groovyj.jgprog.functions.Argument implements Serializable

Serialized Fields

argnum

int argnum

Class com.groovyj.jgprog.functions.Cosine implements Serializable

Class com.groovyj.jgprog.functions.Divide implements Serializable

Class com.groovyj.jgprog.functions.Equals implements Serializable

Serialized Fields

childType

Type childType

Class com.groovyj.jgprog.functions.Exponential implements Serializable

Class com.groovyj.jgprog.functions.False implements Serializable

Class com.groovyj.jgprog.functions.GreaterThan implements Serializable

Serialized Fields

childType

Type childType

Class com.groovyj.jgprog.functions.If implements Serializable

Class com.groovyj.jgprog.functions.LessThan implements Serializable

Serialized Fields

childType

Type childType

Class com.groovyj.jgprog.functions.Loop implements Serializable

Class com.groovyj.jgprog.functions.Multiply implements Serializable

Class com.groovyj.jgprog.functions.NaturalLogarithm implements Serializable

Class com.groovyj.jgprog.functions.Nop implements Serializable

Class com.groovyj.jgprog.functions.Not implements Serializable

Class com.groovyj.jgprog.functions.One implements Serializable

Class com.groovyj.jgprog.functions.Or implements Serializable

Class com.groovyj.jgprog.functions.Sine implements Serializable

Class com.groovyj.jgprog.functions.Subtract implements Serializable

Class com.groovyj.jgprog.functions.True implements Serializable

Class com.groovyj.jgprog.functions.TwoThings implements Serializable

Class com.groovyj.jgprog.functions.Variable implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value