Uses of Class
simbad.picoevo.ext.representation.Element_NEAT_NGene

Packages that use Element_NEAT_NGene
simbad.picoevo.ext.evolution   
simbad.picoevo.ext.representation   
simbad.piconode.core.node   
 

Uses of Element_NEAT_NGene in simbad.picoevo.ext.evolution
 

Methods in simbad.picoevo.ext.evolution with parameters of type Element_NEAT_NGene
private  Element_NEAT_LGene VariationOperator_Individual_SDNEAT_MutationSegmentDuplicate.getPathNextRandomNode(Element_NEAT_NGene fromNeuron, Individual_NEATIndividual genome)
           
 

Uses of Element_NEAT_NGene in simbad.picoevo.ext.representation
 

Fields in simbad.picoevo.ext.representation with type parameters of type Element_NEAT_NGene
protected  java.util.Vector<Element_NEAT_NGene> Individual_NEATIndividual.genomeNeurons
           
 

Methods in simbad.picoevo.ext.representation that return Element_NEAT_NGene
 Element_NEAT_NGene Population_NEATPopulation_InnovationList.createNeuronFromID(int neuronID)
          Given a neuronID this function returns a clone of that neuron
 Element_NEAT_NGene Individual_NEATIndividual.getNeuronAt(int i)
           
 

Methods in simbad.picoevo.ext.representation that return types with arguments of type Element_NEAT_NGene
 java.util.Vector<Element_NEAT_NGene> Individual_NEATIndividual.getNeurons()
           
 

Methods in simbad.picoevo.ext.representation with parameters of type Element_NEAT_NGene
 void Individual_NEATIndividual.addNeuron(Element_NEAT_NGene n)
           
 

Method parameters in simbad.picoevo.ext.representation with type arguments of type Element_NEAT_NGene
 void Population_NEATPopulation_InnovationList.initializeInnovationList(java.util.Vector<Element_NEAT_LGene> given_links, java.util.Vector<Element_NEAT_NGene> given_neurons)
          This function will initialize an innovation list that hasn't been initialized upon creation only call this if the innovation list has been constructed without an initial genome
 void Individual_NEATIndividual.setAllNeurons(java.util.Vector<Element_NEAT_NGene> nodes)
           
 

Constructors in simbad.picoevo.ext.representation with parameters of type Element_NEAT_NGene
Population_NEATPopulation_InnovationList.Innovation(Element_NEAT_NGene neuron, int innoID, int nID)
           
 

Constructor parameters in simbad.picoevo.ext.representation with type arguments of type Element_NEAT_NGene
Individual_NEATIndividual(Population owner, int GID, java.util.Vector<Element_NEAT_NGene> nodes, java.util.Vector<Element_NEAT_LGene> links, int depth, int ins, int outs, int species)
           
Individual_NEATIndividual(java.lang.String __name, Population owner, int GID, java.util.Vector<Element_NEAT_NGene> nodes, java.util.Vector<Element_NEAT_LGene> links, int depth, int ins, int outs, int species)
           
Population_NEATPopulation_InnovationList(java.util.Vector<Element_NEAT_LGene> start_links, java.util.Vector<Element_NEAT_NGene> start_neurons)
           
 

Uses of Element_NEAT_NGene in simbad.piconode.core.node
 

Fields in simbad.piconode.core.node declared as Element_NEAT_NGene
protected  Element_NEAT_NGene Node.nGene
           
 

Methods in simbad.piconode.core.node that return Element_NEAT_NGene
 Element_NEAT_NGene Node.getNGene()
           
 

Methods in simbad.piconode.core.node with parameters of type Element_NEAT_NGene
 void Node.setNGene(Element_NEAT_NGene gene)